Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed May 12, 2023
1 parent 3ec7923 commit 188300e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ Before running this, change the version to the version you intend to release.

Change the version back to the development/SNAPSHOT version.

If you need to re-release, delete the tag:
```git push --delete origin v1.0.0-BETA1 && git tag --delete v1.0.0-BETA1```

We should figure out how to sign artifacts and offer sha256s. Again, see jreleaser above.

Further, short of going the full jreleaser route, we should start using: appassembler-maven-plugin.
Expand Down

0 comments on commit 188300e

Please sign in to comment.