Skip to content

Commit

Permalink
prepared v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iolave committed Sep 2, 2024
1 parent 358df59 commit 3c15cdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]

## [v0.2.0]
### Added
- Docker config files.
- Added `--transitions-to-wip` option to specify Jira cloud transitions required in order to transition a task to a "Dev in progress" state.
Expand All @@ -21,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sync command that creates Jira tickets from GitHub project cards.
- GitHub utility to list organization projects in order to extract a project id.

[unreleased]: https://github.com/iolave/bun-jira-tickets-from-gh/compare/v0.1.0...HEAD
[unreleased]: https://github.com/iolave/bun-jira-tickets-from-gh/compare/v0.2.0...staging
[v0.2.0]: https://github.com/iolave/bun-jira-tickets-from-gh/releases/tag/v0.2.0
[v0.1.0]: https://github.com/iolave/bun-jira-tickets-from-gh/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jira-tickets-from-gh",
"version": "0.2.0-beta.8",
"version": "0.2.0",
"module": "index.ts",
"type": "module",
"bin": {
Expand Down

0 comments on commit 3c15cdc

Please sign in to comment.