Skip to content
Compare
Choose a tag to compare
@bicstone bicstone released this 14 Nov 11:16
· 153 commits to master since this release
83b8649

リリース内容

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

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