Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for v2.0.2 #21

Merged
merged 3 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
exclude:
labels:
- tagpr
categories:
- title: "Breaking Changes :hammer_and_wrench:"
labels:
- breaking-change
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breaking-change ラベルを新規作成しました。
https://github.com/route06/actions/labels

- title: "New Features :tada:"
labels:
- enhancement
- title: "Fix bug :bug:"
labels:
- bug
- title: "Update modules :up:"
labels:
- dependencies
- title: "Other Changes"
labels:
- "*"
Comment on lines +5 to +20
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

なんとなく、個人の設定と同じにしました。
https://github.com/masutaka/github-nippou/blob/v4.2.17/.github/release.yml#L5-L20

42 changes: 42 additions & 0 deletions .tagpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# config file for the tagpr in git config format
# The tagpr generates the initial configuration, which you can rewrite to suit your environment.
# CONFIGURATIONS:
# tagpr.releaseBranch
# Generally, it is "main." It is the branch for releases. The tagpr tracks this branch,
# creates or updates a pull request as a release candidate, or tags when they are merged.
#
# tagpr.versionFile
# Versioning file containing the semantic version needed to be updated at release.
# It will be synchronized with the "git tag".
# Often this is a meta-information file such as gemspec, setup.cfg, package.json, etc.
# Sometimes the source code file, such as version.go or Bar.pm, is used.
# If you do not want to use versioning files but only git tags, specify the "-" string here.
# You can specify multiple version files by comma separated strings.
#
# tagpr.vPrefix
# Flag whether or not v-prefix is added to semver when git tagging. (e.g. v1.2.3 if true)
# This is only a tagging convention, not how it is described in the version file.
#
# tagpr.changelog (Optional)
# Flag whether or not changelog is added or changed during the release.
#
# tagpr.command (Optional)
# Command to change files just before release.
#
# tagpr.template (Optional)
# Pull request template in go template format
#
# tagpr.release (Optional)
# GitHub Release creation behavior after tagging [true, draft, false]
# If this value is not set, the release is to be created.
#
# tagpr.majorLabels (Optional)
# Label of major update targets. Default is [major]
#
# tagpr.minorLabels (Optional)
# Label of minor update targets. Default is [minor]
#
[tagpr]
vPrefix = true
releaseBranch = main
versionFile = -
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tagpr の設定はこのままで良い。

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