Skip to content

Commit

Permalink
fix release script to produce release version with changelog (anchore…
Browse files Browse the repository at this point in the history
…#110)

Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman authored Mar 10, 2023
1 parent 337d8f0 commit 9efd16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/.tmp/
CHANGELOG.md
VERSION

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ ci-promote-release: ci-check

.PHONY: changelog
changelog:
@$(CHRONICLE) -vvv -n . > CHANGELOG.md
@$(CHRONICLE) -vvv -n . --version-file VERSION > CHANGELOG.md
@$(GLOW) CHANGELOG.md

.PHONY: release
Expand Down

0 comments on commit 9efd16a

Please sign in to comment.