Skip to content

Commit

Permalink
v1.0.28 changelog, version bump [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
9cibot committed Sep 20, 2021
1 parent cec4321 commit 97af011
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v1.0.28

[Full Changelog](https://github.com/yakworks/shipkit/compare/v1.0.27...v1.0.28)
- dry_run will set the RELEASABLE_BRANCH now so its easier to test (#21) [link](https://github.com/yakworks/shipkit/commit/cec432168808afa92147b983a0fe6d3aa11a1a6d)

### v1.0.27

[Full Changelog](https://github.com/yakworks/shipkit/compare/v1.0.26...v1.0.27)
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# !TODO NOT VERSIONED YET
# the version in development that will be released, gets -SNAPSHOT added when snapshot=true, see below
version=1.0.28
version=1.0.29

# 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.27
publishedVersion=1.0.28

# when this is true will append -SNAPSHOT to version and 'publish' to snapshotUrl
# when false production publish to repoUrl and ...
Expand Down

0 comments on commit 97af011

Please sign in to comment.