-
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.10.0 #463
Comments
Sometime ago our builds started failing at snapshot deployment phase. I have raised https://bugs.eclipse.org/bugs/show_bug.cgi?id=568506 to try to track down from Webmaster what happened. |
GitHub does not send email notifications out for edits AFAIK. I have completed documenting the checklist and as I run through it on Thursday I may make further changes. |
The 0.10.0 is done. All checklist items are done, except I am waiting to confirm the maven search index https://search.maven.org/search?q=g:org.eclipse.lsp4j shows the result before closing this endgame. |
See #466 for the next release endgame. |
It does now. 0.10.0 is done. |
This is the Release plan and TODO list for LSP4J release v0.10.0.
Steps for Release
Items at the beginning of development
s/0.9.0/0.10.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:
Items on Release day:
-SNAPSHOT
from gradle/versions.gradle and releng/pom.xml entries in<dependencies>
section.sh './releng/deploy-build.sh'
in releng/build.Jenkinsfilev0.10.0
LSP4J_PUBLISH_LOCATION
->updates/releases/0.10.0
( <-- check version number)PROJECT
->lsp4j-multi-build/job/master
LSP4J_BUILD_NUMBER
-> the build that was just run abovev0.10.0
git tag -a v0.10.0 HEAD -m"LSP4J 0.10.0" && git push origin v0.10.0
-SNAPSHOT
need to be done right away.The text was updated successfully, but these errors were encountered: