Releases: bicstone/backlog-notify
Releases · bicstone/backlog-notify
v6.1.0
What's Changed
- Update Dependencies by @bicstone
- docs: Update Backlog Notify action to specific commit hash for v6.0.0 by @bicstone in #331
- Improve parsing logic for commit messages and pull request titles by @ipavlushin in #353
- Docs: Add ipavlushin as a contributor for ideas, and code by @allcontributors[bot] in #357
New Contributors
- @ipavlushin made their first contribution in #353
Full Changelog: v6...v6.1.0
v6.0.0
What's Changed
- ランタイムを
node20からnode24へ変更しました (Upgrade default runtime fromnode20tonode24) - 依存関係を更新しました (Update Dependencies)
Full Changelog: v5.1.1...v6.0.0
v5.1.1
v5.1.0
What's Changed
- 依存関係を更新しました (Update Dependencies)
- 実行するjsは圧縮版を使うようにしました (Minified distributions)
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
- ランタイムを
node16からnode20へ変更しました (Upgrade default runtime fromnode16tonode20) - 依存関係を更新しました (Update Dependencies)
Full Changelog: v4.0.3...v5.0.0
v4.0.3
What's Changed
- 依存関係を更新しました (Update Dependencies)
- パッケージマネージャーを yarn から npm に変更しました (Change package manager from yarn to npm)
Full Changelog: v4.0.2...v4.0.3
v4.0.2
v4.0.1
v4.0.0
リリース内容
- プルリクエストをサポートしました 🎉
Full Changelog: v3.0.3...v4.0.0
破壊的変更
プッシュ時コメントのデフォルトを変更しました
<%= commits[0].author.name %>さんが[<%= ref.name %>](<%= ref.url %>)にプッシュしました
<% commits.forEach(commit=>{ %>
- + <%= commit.comment %> ([<% print(commit.id.slice(0, 7)) %>](<%= commit.url %>))<% }); %>
+ + [<%= commit.comment %>](<%= commit.url %>) (<% print(commit.id.slice(0, 7)) %>)<% }); %>プルリクエストのサポートを行ったため、workflow の変更をお願いします
詳細は README をご確認ください。
- on: push
+ on:
+ push:
+ pull_request:
+ types:
+ - opened
+ - reopened
+ - ready_for_review
+ - closed