Skip to content

Commit 4ba32f9

Browse files
authored
Merge pull request #25 from kromiii/tagpr-from-v0.1.12
Release for v0.1.13
2 parents 4983a53 + 3242024 commit 4ba32f9

File tree

3 files changed

+86
-0
lines changed

3 files changed

+86
-0
lines changed

.github/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- tagpr

.tagpr

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# config file for the tagpr in git config format
2+
# The tagpr generates the initial configuration, which you can rewrite to suit your environment.
3+
# CONFIGURATIONS:
4+
# tagpr.releaseBranch
5+
# Generally, it is "main." It is the branch for releases. The tagpr tracks this branch,
6+
# creates or updates a pull request as a release candidate, or tags when they are merged.
7+
#
8+
# tagpr.versionFile
9+
# Versioning file containing the semantic version needed to be updated at release.
10+
# It will be synchronized with the "git tag".
11+
# Often this is a meta-information file such as gemspec, setup.cfg, package.json, etc.
12+
# Sometimes the source code file, such as version.go or Bar.pm, is used.
13+
# If you do not want to use versioning files but only git tags, specify the "-" string here.
14+
# You can specify multiple version files by comma separated strings.
15+
#
16+
# tagpr.vPrefix
17+
# Flag whether or not v-prefix is added to semver when git tagging. (e.g. v1.2.3 if true)
18+
# This is only a tagging convention, not how it is described in the version file.
19+
#
20+
# tagpr.changelog (Optional)
21+
# Flag whether or not changelog is added or changed during the release.
22+
#
23+
# tagpr.command (Optional)
24+
# Command to change files just before release.
25+
#
26+
# tagpr.template (Optional)
27+
# Pull request template in go template format
28+
#
29+
# tagpr.release (Optional)
30+
# GitHub Release creation behavior after tagging [true, draft, false]
31+
# If this value is not set, the release is to be created.
32+
#
33+
# tagpr.majorLabels (Optional)
34+
# Label of major update targets. Default is [major]
35+
#
36+
# tagpr.minorLabels (Optional)
37+
# Label of minor update targets. Default is [minor]
38+
#
39+
[tagpr]
40+
vPrefix = true
41+
releaseBranch = main
42+
versionFile = -

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Changelog
2+
3+
## [v0.1.13](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.12...v0.1.13) - 2024-07-27
4+
- Add tests by @kromiii in https://github.com/kromiii/unleash-checker-ai/pull/23
5+
- add tagpr by @kromiii in https://github.com/kromiii/unleash-checker-ai/pull/24
6+
- add octocov.yml by @kromiii in https://github.com/kromiii/unleash-checker-ai/pull/26
7+
8+
## [v0.1.12](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.11...v0.1.12) - 2024-07-24
9+
- Enable to set GitHub base URL by @kromiii in https://github.com/kromiii/unleash-checker-ai/pull/20
10+
11+
## [v0.1.11](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.10...v0.1.11) - 2024-07-20
12+
13+
## [v0.1.10](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.9...v0.1.10) - 2024-07-20
14+
- ActionsでErrorを出力する by @kromiii in https://github.com/kromiii/unleash-checker-ai/pull/10
15+
- create pull request by go module by @kromiii in https://github.com/kromiii/unleash-checker-ai/pull/11
16+
- Bump golang.org/x/crypto from 0.0.0-20190308221718-c2843e01d9a2 to 0.17.0 by @dependabot in https://github.com/kromiii/unleash-checker-ai/pull/12
17+
18+
## [v0.1.9](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.8...v0.1.9) - 2024-07-12
19+
- ファイル全体を対象とする by @kromiii in https://github.com/kromiii/unleash-checker-ai/pull/9
20+
21+
## [v0.1.8](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.7...v0.1.8) - 2024-07-12
22+
23+
## [v0.1.7](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.6...v0.1.7) - 2024-07-07
24+
25+
## [v0.1.6](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.5...v0.1.6) - 2024-07-07
26+
27+
## [v0.1.5](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.4...v0.1.5) - 2024-07-07
28+
29+
## [v0.1.4](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.3...v0.1.4) - 2024-07-07
30+
- Add GithubAction to Create PR by @kromiii in https://github.com/kromiii/unleash-checker-ai/pull/5
31+
- Modify the summarization report by @kromiii in https://github.com/kromiii/unleash-checker-ai/pull/6
32+
33+
## [v0.1.3](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.2...v0.1.3) - 2024-07-03
34+
35+
## [v0.1.2](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.1...v0.1.2) - 2024-07-02
36+
- Go releaser を使いたい by @kromiii in https://github.com/kromiii/unleash-checker-ai/pull/1
37+
38+
## [v0.1.1](https://github.com/kromiii/unleash-checker-ai/compare/v0.1.0...v0.1.1) - 2024-06-30
39+
40+
## [v0.1.0](https://github.com/kromiii/unleash-checker-ai/commits/v0.1.0) - 2024-06-30

0 commit comments

Comments
 (0)