Skip to content

Releases: bicstone/backlog-notify

v6.1.0

30 Oct 06:30
5a37d3b

Choose a tag to compare

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

Full Changelog: v6...v6.1.0

v6.0.0

07 Sep 01:14
16ccdad

Choose a tag to compare

What's Changed

  • ランタイムを node20 から node24 へ変更しました (Upgrade default runtime from node20 to node24)
  • 依存関係を更新しました (Update Dependencies)

Full Changelog: v5.1.1...v6.0.0

v5.1.1

18 Oct 06:53
9ce0133

Choose a tag to compare

What's Changed

  • 依存関係を更新しました (Update Dependencies)

Full Changelog: v5.1.0...v5.1.1

v5.1.0

23 Feb 04:18
aa11a01

Choose a tag to compare

What's Changed

  • 依存関係を更新しました (Update Dependencies)
  • 実行するjsは圧縮版を使うようにしました (Minified distributions)

Full Changelog: v5.0.0...v5.1.0

v5.0.0

03 Nov 10:39
9065c83

Choose a tag to compare

What's Changed

  • ランタイムを node16 から node20 へ変更しました (Upgrade default runtime from node16 to node20)
  • 依存関係を更新しました (Update Dependencies)

Full Changelog: v4.0.3...v5.0.0

v4.0.3

23 Jun 11:39
7a1df1b

Choose a tag to compare

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

13 Mar 23:13
8b009de

Choose a tag to compare

What's Changed

  • Update dependencies

Full Changelog: v4.0.1...v4.0.2

v4.0.1

17 Feb 03:37
c073289

Choose a tag to compare

What's Changed

  • update dependencies

Full Changelog: v4...v4.0.1

v4.0.0

14 Nov 11:16
83b8649

Choose a tag to compare

リリース内容

  • プルリクエストをサポートしました 🎉

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

31 Oct 11:47
e4e81b5

Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3