Releases: bicstone/backlog-notify
Releases · bicstone/backlog-notify
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 fromnode16
tonode20
) - 依存関係を更新しました (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
v3.0.3
v3.0.2
What's Changed
Full Changelog: v3.0.1...v3.0.2