-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### Steps to follow | ||
|
||
- Create local branch e.g. `release-1.0.0` (optional) | ||
- Update the version to `version = '1.0.0'` in `sprotty-server/gradle/versions.gradle` and commit | ||
- Make sure `SONATYPE_USERNAME` and `SONATYPE_PASSWORD` env variables contain the proper login information | ||
- Run `./gradlew clean publish -P signing.gnupg.passphrase=<SECRET>`. `<SECRET>` is the passphrase for your pgp key. | ||
- Go to [OSS Staging Repository](https://oss.sonatype.org/#stagingRepositories) and __Close__ -> __Release__ the staging repositories | ||
- Check the released version inside the [maven repo]https://repo1.maven.org/maven2/org/eclipse/sprotty/) | ||
- Create a tag named `v1.0.0` and push tag to remote | ||
- Switch to master. Change gradle version to next snapshot e.g. 1.1.0-SNAPSHOT and commit. |