Skip to content

Commit

Permalink
[tagpr] update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 21, 2024
1 parent 108856c commit cc035f3
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

## [v2.0.2](https://github.com/route06/actions/compare/v2.0.1...v2.0.2) - 2024-05-21
- Introduce tagpr for automatic release by @masutaka in https://github.com/route06/actions/pull/20
- Release 時に v2 等の git tag が最新の v2.Y.Z を指すように書き換える by @masutaka in https://github.com/route06/actions/pull/22

## [v2.0.1](https://github.com/route06/actions/compare/v2.0.0...v2.0.1) - 2024-05-17
- build(deps): bump ls-lint/action from 2.2.2 to 2.2.3 by @dependabot in https://github.com/route06/actions/pull/18
- Fix permissions of add_assignee_to_pr.yml by @masutaka in https://github.com/route06/actions/pull/19

## [v2.0.0](https://github.com/route06/actions/compare/v2.0.0...v2) - 2024-05-17
- build(deps): bump ls-lint/action from 2.2.2 to 2.2.3 by @dependabot in https://github.com/route06/actions/pull/18
- Fix permissions of add_assignee_to_pr.yml by @masutaka in https://github.com/route06/actions/pull/19

## [v2.0.0](https://github.com/route06/actions/compare/v1...v2.0.0) - 2024-01-24
- Upgrade README.md by @masutaka in https://github.com/route06/actions/pull/14
- feat: add get-last-discussion-url workflow by @MH4GF in https://github.com/route06/actions/pull/12
- feat!: ワークフローの命名規則をsnake_caseに変更 by @MH4GF in https://github.com/route06/actions/pull/15
- v2 に向けた調整 by @masutaka in https://github.com/route06/actions/pull/17

## [v1.1.0](https://github.com/route06/actions/compare/v1.0.0...v1.1.0) - 2024-01-19
- feat: add gh-discussion-comment-to-slack workflow by @MH4GF in https://github.com/route06/actions/pull/13

## [v1.0.0](https://github.com/route06/actions/compare/v1.0.0...v1) - 2024-01-19
- feat: add gh-discussion-comment-to-slack workflow by @MH4GF in https://github.com/route06/actions/pull/13

## [v1.0.0](https://github.com/route06/actions/commits/v1.0.0) - 2024-01-17
- feat: PRにassigneeを追加するreusable workflowを追加 by @MH4GF in https://github.com/route06/actions/pull/1
- fix: reusable workflowは、.github/workflows/ に配置する必要があるため修正 by @MH4GF in https://github.com/route06/actions/pull/3
- feat: Slack通知を行うワークフローを追加 by @MH4GF in https://github.com/route06/actions/pull/2
- feat: CODEOWNERS ファイルを設定 by @MH4GF in https://github.com/route06/actions/pull/5
- maintenance: ADRを書けるようにする by @MH4GF in https://github.com/route06/actions/pull/9
- Introduce dependabot by @masutaka in https://github.com/route06/actions/pull/10
- docs: セマンティックバージョニングについてのADRを追加 by @MH4GF in https://github.com/route06/actions/pull/11

0 comments on commit cc035f3

Please sign in to comment.