-
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.
v1.0.49 changelog, version bump [ci skip]
- Loading branch information
Showing
2 changed files
with
8 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,13 +1,13 @@ | ||
# !TODO NOT VERSIONED YET | ||
# the version in development that will be released, gets -SNAPSHOT added when snapshot=true, see below | ||
version=1.0.49 | ||
version=1.0.50 | ||
|
||
# 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 this to false if this is first relase or no previous tag | ||
publishedVersion=1.0.48 | ||
publishedVersion=1.0.49 | ||
|
||
# when this is true will append -SNAPSHOT to version and 'publish' to snapshotUrl | ||
# when false production publish to repoUrl and ... | ||
# go through release process to automatically bump version and push a v tag to github | ||
snapshot=false | ||
snapshot=true |