File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments