Skip to content

Commit 8f9d6a4

Browse files
authored
Update changelog (#121)
and add publish-release workflow
1 parent e3f7ce1 commit 8f9d6a4

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Publish Release
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
branch:
7+
description: 'Branch to use for the release repo (default: default branch)'
8+
required: false
9+
type: string
10+
draft:
11+
description: 'Create draft GitHub release'
12+
required: false
13+
type: boolean
14+
default: false
15+
16+
jobs:
17+
publish-release:
18+
uses: eclipse-glsp/glsp/.github/workflows/publish-release.yml@master
19+
with:
20+
release_repo: glsp-eclipse-integration
21+
branch: ${{ inputs.branch }}
22+
draft: ${{ inputs.draft }}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44

55
### Changes
66

7+
- [diagram] Add NPE guard to `FocusAwareBrowser` [#119](https://github.com/eclipse-glsp/glsp-eclipse-integration/pull/119)
8+
79
### Potentially Breaking Changes
810

11+
- [websocket] Update to Jetty 12.1.4 as new minimum version [#118](https://github.com/eclipse-glsp/glsp-eclipse-integration/pull/118)
12+
913
## v2.5.0 - 07/09/2025(<https://github.com/eclipse-glsp/glsp-eclipse-integration/releases/tag/v2.5.0>)
1014

1115
### Potentially breaking changes

0 commit comments

Comments
 (0)