Skip to content

Commit

Permalink
release: 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Sep 15, 2024
1 parent 1569f02 commit 0dd04f7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Release

This is a guide to know the steps to create a new release.

1. Update the version in [CREATE_PR_VERSION](../create-pr)
1. Update the version in [CHANGELOG.md](../CHANGELOG.md)
1. Build the project `./build.sh bin` - This generates `bin/create-pr` & `bin/checksum`
1. Create a [new release](https://github.com/Chemaclass/create-pr/releases/new) from GitHub
1. Attach `bin/create-pr` and `bin/checksum` to the release
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

- Fix additional single quotes on PR_TITLE_TEMPLATE
- Improve feedback when given wrong PR template
Expand All @@ -9,7 +9,7 @@
- Rename build executable script to `create-pr`
- Allow passing extra arguments to the `gh` or `glab` tools

## [0.5](https://github.com/Chemaclass/create-pr/compare/0.15.0...0.16.0) - 2024-09-09
## [0.5](https://github.com/Chemaclass/create-pr/compare/0.4...0.5) - 2024-09-09

- Support ticket link with number
- Remove ticket number from PR title when there is no ticket key
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.5.0"
declare -r CREATE_PR_VERSION="0.6.0"

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

0 comments on commit 0dd04f7

Please sign in to comment.