Skip to content

Commit

Permalink
release: 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Sep 29, 2024
1 parent b576325 commit 2358ecd
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.7](https://github.com/Chemaclass/create-pr/compare/0.6...0.7) - 2024-09-29

- Validate current branch is not target branch
- Internal refactorings and minor improvements

## [0.6](https://github.com/Chemaclass/create-pr/compare/0.5...0.6) - 2024-09-16

- Fix additional single quotes on `PR_TITLE_TEMPLATE`
Expand Down
2 changes: 1 addition & 1 deletion create-pr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

# shellcheck disable=SC2034
declare -r CREATE_PR_VERSION="0.6.0"
declare -r CREATE_PR_VERSION="0.7.0"

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

0 comments on commit 2358ecd

Please sign in to comment.