-
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.
v5.4 changelog, version bump [ci skip]
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# the version in development that will be released, gets -SNAPSHOT added when release=false, see below | ||
version=5.4 | ||
version=5.5 | ||
|
||
# publishedVersion is the last production version that was released, should have a matching vX.Y.Z tag in github, | ||
# used for changelog and diffs during release. Set to false if new project and first release | ||
publishedVersion=5.3 | ||
publishedVersion=5.4 | ||
|
||
# when this is false will append -SNAPSHOT to version and if on publishable branch will 'publish' to snapshotUrl | ||
# when true IS_RELEASEBALE will be set and will go through full release process cycle to | ||
# automatically bump version and push a v tag to github | ||
release=true | ||
release=false |