Skip to content

Releases: bicstone/backlog-notify

v5.1.0

23 Feb 04:18
aa11a01
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

  • update dependencies

Full Changelog: v4...v4.0.1

v4.0.0

14 Nov 11:16
83b8649
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v3.0.2

17 Oct 12:05
973b442
Compare
Choose a tag to compare

What's Changed

  • refactor: Remove getMultilineInput by @bicstone in #65
  • 将来的な機能追加に向けたリファクタを行いました。

Full Changelog: v3.0.1...v3.0.2

v3.0.1

02 Oct 02:30
aba6a46
Compare
Choose a tag to compare

What's Changed

  • Update dependencies
  • 依存関係のアップデートのみ行いました。

Full Changelog: v3.0.0...v3.0.1

v3.0.0

03 May 13:28
30181d0
Compare
Choose a tag to compare

What's Changed

Add branch link to push comment
Push commentにbranch名のlinkを追加
#60

A big thanks to @hynjnk who made this release possible.
@hynjnk さんの貢献によりこのリリースが実現しました。ありがとうございます。