-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LSP4J 0.19.1 #719
Comments
jonahgraham
added a commit
to jonahgraham/lsp4j
that referenced
this issue
Apr 11, 2023
jonahgraham
added a commit
to jonahgraham/lsp4j
that referenced
this issue
Apr 11, 2023
jonahgraham
added a commit
that referenced
this issue
Apr 11, 2023
jonahgraham
added a commit
to jonahgraham/lsp4j
that referenced
this issue
Apr 11, 2023
jonahgraham
added a commit
to jonahgraham/lsp4j
that referenced
this issue
Apr 11, 2023
There should be no changes at all in 0.19.x compared to 0.19.0 Part of eclipse-lsp4j#719
jonahgraham
added a commit
that referenced
this issue
Apr 11, 2023
There should be no changes at all in 0.19.x compared to 0.19.0 Part of #719
jonahgraham
added a commit
to jonahgraham/lsp4j
that referenced
this issue
Apr 11, 2023
All done. The maven mirror should update soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the Release plan and TODO list for LSP4J release v0.19.1.
Steps for Release
Items at the beginning of development
s/0.19.0/0.19.1/g
,s/0.18.0/0.19.0/g
and review changes.) Ensure that-SNAPSHOT
is restored in the gradle/versions.gradle and releng/pom.xmlsh './releng/deploy-build.sh'
in releng/build.JenkinsfileItems in the days ahead of Release day:
japicmp
report and publish it as part of the build. Ensure that the API versions are incremented accurately based on the report. The reports are part of the build in japicmp-report and generated byreleng/runjapicmp.sh
Items on Release day:
-SNAPSHOT
from gradle/versions.gradle-SNAPSHOT
from releng/pom.xml entries in<dependencies>
section.sh './releng/deploy-build.sh'
in releng/build.Jenkinsfilev0.19.1
LSP4J_PUBLISH_LOCATION
->updates/releases/0.19.1
( <-- check version number)PROJECT
->lsp4j-multi-build/job/main
LSP4J_BUILD_NUMBER
-> the build that was just run aboveDRY_RUN
->false
v0.19.1
git tag -a v0.19.1 HEAD -m"LSP4J 0.19.1" && git push origin v0.19.1
-SNAPSHOT
need to be done right away.The text was updated successfully, but these errors were encountered: