Skip to content

Commit

Permalink
release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Oct 28, 2024
1 parent f26f1a8 commit 22755dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## Unreleased
## [0.8](https://github.com/Chemaclass/create-pr/compare/0.7...0.8) - 2024-10-28

- Add `PR_TITLE_REMOVE_PREFIX`
- Use ticket number only at the beginning of branch name
- Allow adding reviewers via local .env
- Add `PR_TITLE_REMOVE_PREFIX`: Remove custom prefix text from the generated title
- Add `PR_REVIEWER`: Allow adding reviewers via local .env

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

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.7.0"
declare -r CREATE_PR_VERSION="0.8.0"

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

0 comments on commit 22755dc

Please sign in to comment.