-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
186 additions
and
76 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
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
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
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
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 |
---|---|---|
@@ -1,18 +1,12 @@ | ||
# Release | ||
|
||
> This document explains how a new release is created for wago-release-maven-plugin | ||
> This document explains how a new release is created for sql-execute-maven-plugin | ||
* Remove snapshot from version and commit | ||
* Create a new git tag and push it | ||
* `git tag vx.x.x` | ||
* `git push origin --tags` | ||
* Draft new GitHub release with description | ||
* Title should be the version e.g. vx.x.x | ||
* Short description of what changed | ||
* Deploy release artifact to OSSRH | ||
* mvn clean deploy -P deploy | ||
* mvn nexus-staging:release when autoReleaseAfterClose is set to false | ||
* Increase project version and add SNAPSHOT then commit (after a release the version should always be a snapshot version) | ||
* Don't forget to update the example and the test pom with the same version | ||
|
||
**Note:** Snapshot versions can be deployed with the same command `mvn clean deploy -P deploy` | ||
* Remove snapshot from version for plugin and example then commit | ||
* Update `src/main/resources/release-notes.md` with changes | ||
* Invoke GitHub Action `GitHub Release` | ||
* Invoke GitHub Action `GitHub Package Release` | ||
* This can also be used to deploy snapshot versions | ||
* Invoke GitHub Action `OSSRH Package Release` | ||
* This can also be used to deploy snapshot versions | ||
* Increase project version and add SNAPSHOT for plugin and example then commit (after a release the version should always be a snapshot version) |
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
Empty file.