Skip to content

Commit

Permalink
pub
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump committed Jun 27, 2022
1 parent e0aa100 commit 6b54822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion makefiles/ship-version.make
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ push-version-bumps:

# calls github endpoint to create a release on the PUBLISHABLE_BRANCH
ship.github-release: | _verify_VERSION _verify_PROJECT_FULLNAME _verify_GITHUB_TOKEN
$(github.sh) create_release $(PUBLISHED_VERSION) $(PUBLISHABLE_BRANCH) $(PROJECT_FULLNAME) $(GITHUB_TOKEN)
$(github.sh) create_release $(VERSION) $(PUBLISHABLE_BRANCH) $(PROJECT_FULLNAME) $(GITHUB_TOKEN)
$(logr.done)

# -- release --
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version=2.0.3
# 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=2.0.2
publishedVersion=2.0.0

# 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=false
release=true

0 comments on commit 6b54822

Please sign in to comment.