diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml new file mode 100644 index 0000000..2eaa657 --- /dev/null +++ b/.github/workflows/publish-release.yml @@ -0,0 +1,22 @@ +name: Publish Release + +on: + workflow_dispatch: + inputs: + branch: + description: 'Branch to use for the release repo (default: default branch)' + required: false + type: string + draft: + description: 'Create draft GitHub release' + required: false + type: boolean + default: false + +jobs: + publish-release: + uses: eclipse-glsp/glsp/.github/workflows/publish-release.yml@master + with: + release_repo: glsp-eclipse-integration + branch: ${{ inputs.branch }} + draft: ${{ inputs.draft }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1236f53..9ec8186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ ### Changes +- [diagram] Add NPE guard to `FocusAwareBrowser` [#119](https://github.com/eclipse-glsp/glsp-eclipse-integration/pull/119) + ### Potentially Breaking Changes +- [websocket] Update to Jetty 12.1.4 as new minimum version [#118](https://github.com/eclipse-glsp/glsp-eclipse-integration/pull/118) + ## v2.5.0 - 07/09/2025() ### Potentially breaking changes