Skip to content

Commit

Permalink
Release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Dec 8, 2022
1 parent a1cbcca commit 7520b9d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [1.2.1] - 2022-12-08
* [#10](https://github.com/Blackjacx/backlog-notifier/pull/10): Upgrade dependencies - [@Blackjacx](https://github.com/blackjacx).

## [1.2.0] - 2022-11-21
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ Backlog is just setup with some issues where the action can comment on and which

GHTest contains a [shell script](https://github.com/Blackjacx/ghtest/blob/develop/trigger-backlog-notifier.sh) that can trigger this action. It will essentially push a tag to GitHub, i.e. create a release which is the main use case where this action should run. After executing the script this [GHTest workflow](https://github.com/Blackjacx/ghtest/blob/develop/.github/workflows/backlog-notifier.yml) is used to run the action on GitHub. It is configured to detect ticket references for both repos, `Backlog` and `GHTest`.

## Releasing

To release the backlog notifier do the following:
- In `CHANGELOG.md` tag the release and move all PRs from unreleased to the new tag you'll create
- Update the version in `package.json` and run `npm upgrade`
- On GitHub draft a new release and specify to create the new tag
- Commit using the message `Release version <tag>`

## License

This software is available under the MIT license. See [LICENSE](LICENSE) for details.
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backlog-notifier",
"version": "1.2.0",
"version": "1.2.1",
"description": "Comment on tickets connected to PRs in a teams platform specific repository in the same account about the release of a new PR / feature.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7520b9d

Please sign in to comment.