Skip to content

Commit

Permalink
release: 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Sep 30, 2024
1 parent ec2e1e5 commit 98f88a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.4.1](https://github.com/Purpose-Green/release/compare/v7...v8) - 2024-09-30

- ec2e1e5 add release url to the release name in slack msg
- 87c38dc refactor: inline notes variable when creating gh release

## [0.4.0](https://github.com/Purpose-Green/release/compare/v6...v7) - 2024-09-28

- d6a1dbd feat: add slack integration using slack api chat.postMessage
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

# shellcheck disable=SC2034
declare -r RELEASE_VERSION="0.4.0"
declare -r RELEASE_VERSION="0.4.1"

RELEASE_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"
export RELEASE_ROOT_DIR
Expand Down

0 comments on commit 98f88a5

Please sign in to comment.