Skip to content

Commit 4376412

Browse files
Release for v0.12.1 (#227)
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md * release = false in tagpr --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: go-to-k <[email protected]>
1 parent cb69290 commit 4376412

File tree

3 files changed

+149
-0
lines changed

3 files changed

+149
-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

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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 = -
43+
release = false

CHANGELOG.md

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
# Changelog
2+
3+
## [v0.12.1](https://github.com/go-to-k/lamver/compare/v0.12.0...v0.12.1) - 2024-08-16
4+
- chore: change config of brews in .goreleaser.yaml by @go-to-k in https://github.com/go-to-k/lamver/pull/188
5+
- chore: use new gomock by @go-to-k in https://github.com/go-to-k/lamver/pull/224
6+
- ci: add linter by @go-to-k in https://github.com/go-to-k/lamver/pull/225
7+
- ci: use tagpr by @go-to-k in https://github.com/go-to-k/lamver/pull/226
8+
- ci: fix ci.yml by @go-to-k in https://github.com/go-to-k/lamver/pull/228
9+
10+
## [v0.12.0](https://github.com/go-to-k/lamver/compare/v0.11.0...v0.12.0) - 2024-04-04
11+
- chore(deps): bump actions/cache from 3 to 4 by @dependabot in https://github.com/go-to-k/lamver/pull/177
12+
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in https://github.com/go-to-k/lamver/pull/164
13+
- chore(deps): bump go.uber.org/goleak from 1.2.1 to 1.3.0 by @dependabot in https://github.com/go-to-k/lamver/pull/154
14+
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/go-to-k/lamver/pull/170
15+
- feat(client): add runtime ruby 3.3 by @go-to-k in https://github.com/go-to-k/lamver/pull/183
16+
17+
## [v0.11.0](https://github.com/go-to-k/lamver/compare/v0.10.0...v0.11.0) - 2024-02-21
18+
- chore: add PR template by @go-to-k in https://github.com/go-to-k/lamver/pull/173
19+
- docs: aqua install in README by @go-to-k in https://github.com/go-to-k/lamver/pull/176
20+
- feat(client): add runtime dotnet8 by @go-to-k in https://github.com/go-to-k/lamver/pull/182
21+
22+
## [v0.10.0](https://github.com/go-to-k/lamver/compare/v0.9.0...v0.10.0) - 2023-12-22
23+
- feat(io): keep filter for region and runtime selection active by @go-to-k in https://github.com/go-to-k/lamver/pull/172
24+
25+
## [v0.9.0](https://github.com/go-to-k/lamver/compare/v0.8.0...v0.9.0) - 2023-12-07
26+
- chore(deps): bump golang.org/x/sync from 0.3.0 to 0.5.0 by @dependabot in https://github.com/go-to-k/lamver/pull/155
27+
- feat(install): Use Script Install by @go-to-k in https://github.com/go-to-k/lamver/pull/163
28+
29+
## [v0.8.0](https://github.com/go-to-k/lamver/compare/v0.7.0...v0.8.0) - 2023-11-16
30+
- feat: add java21 runtime by @go-to-k in https://github.com/go-to-k/lamver/pull/153
31+
32+
## [v0.7.0](https://github.com/go-to-k/lamver/compare/v0.6.1...v0.7.0) - 2023-11-15
33+
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/lambda from 1.38.0 to 1.40.0 by @dependabot in https://github.com/go-to-k/lamver/pull/145
34+
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/go-to-k/lamver/pull/127
35+
- chore(deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in https://github.com/go-to-k/lamver/pull/132
36+
- feat: add new runtime nodejs20.x, python3.12 and provided.al2023 by @go-to-k in https://github.com/go-to-k/lamver/pull/150
37+
38+
## [v0.6.1](https://github.com/go-to-k/lamver/compare/v0.6.0...v0.6.1) - 2023-10-30
39+
- chore: minor improvement for keyword search by @go-to-k in https://github.com/go-to-k/lamver/pull/149
40+
41+
## [v0.6.0](https://github.com/go-to-k/lamver/compare/v0.5.0...v0.6.0) - 2023-10-05
42+
- docs: README for command options by @go-to-k in https://github.com/go-to-k/lamver/pull/130
43+
- chore: go version to 1.21 by @go-to-k in https://github.com/go-to-k/lamver/pull/140
44+
45+
## [v0.5.0](https://github.com/go-to-k/lamver/compare/v0.4.2...v0.5.0) - 2023-09-06
46+
- docs: README.md by @go-to-k in https://github.com/go-to-k/lamver/pull/111
47+
- ci: fix coverage report path by @go-to-k in https://github.com/go-to-k/lamver/pull/125
48+
- test: add goleak by @go-to-k in https://github.com/go-to-k/lamver/pull/126
49+
- feat: add function name keyword option by @go-to-k in https://github.com/go-to-k/lamver/pull/129
50+
51+
## [v0.4.2](https://github.com/go-to-k/lamver/compare/v0.4.1...v0.4.2) - 2023-07-31
52+
- ci: version name template by @go-to-k in https://github.com/go-to-k/lamver/pull/98
53+
54+
## [v0.4.1](https://github.com/go-to-k/lamver/compare/v0.4.0...v0.4.1) - 2023-07-31
55+
- ci: goreleaser template by @go-to-k in https://github.com/go-to-k/lamver/pull/95
56+
- ci: goreleaser name template by @go-to-k in https://github.com/go-to-k/lamver/pull/96
57+
- ci: release.yml by @go-to-k in https://github.com/go-to-k/lamver/pull/97
58+
59+
## [v0.4.0](https://github.com/go-to-k/lamver/compare/v0.3.0...v0.4.0) - 2023-07-31
60+
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.98.0 to 1.105.1 by @dependabot in https://github.com/go-to-k/lamver/pull/83
61+
- chore(deps): bump golang.org/x/sync from 0.1.0 to 0.3.0 by @dependabot in https://github.com/go-to-k/lamver/pull/73
62+
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/lambda from 1.35.0 to 1.37.1 by @dependabot in https://github.com/go-to-k/lamver/pull/80
63+
- feat: CheckboxesPageSize to 50 by @go-to-k in https://github.com/go-to-k/lamver/pull/84
64+
- feat: sort by function names by @go-to-k in https://github.com/go-to-k/lamver/pull/86
65+
- feat: add runtime for python 3.11 by @go-to-k in https://github.com/go-to-k/lamver/pull/90
66+
- fix: goreleaser by @go-to-k in https://github.com/go-to-k/lamver/pull/93
67+
- fix: goreleaser version by @go-to-k in https://github.com/go-to-k/lamver/pull/94
68+
69+
## [v0.3.0](https://github.com/go-to-k/lamver/commits/v0.3.0) - 2023-06-06
70+
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.93.2 to 1.98.0 by @dependabot in https://github.com/go-to-k/lamver/pull/68
71+
- feat: add-runtime-versions by @go-to-k in https://github.com/go-to-k/lamver/pull/69
72+
73+
## [v0.2.1](https://github.com/go-to-k/lamver/compare/v0.2.0...v0.2.1) - 2023-04-21
74+
- refactor: compareActualVersion by @go-to-k in https://github.com/go-to-k/lamver/pull/57
75+
76+
## [v0.2.0](https://github.com/go-to-k/lamver/compare/v0.1.1...v0.2.0) - 2023-04-21
77+
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.90.0 to 1.91.0 by @dependabot in https://github.com/go-to-k/lamver/pull/44
78+
- test:makefile for diff tests by @go-to-k in https://github.com/go-to-k/lamver/pull/52
79+
- feat: python new ver by @go-to-k in https://github.com/go-to-k/lamver/pull/55
80+
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.91.0 to 1.93.2 by @dependabot in https://github.com/go-to-k/lamver/pull/50
81+
- feat: change sort order by @go-to-k in https://github.com/go-to-k/lamver/pull/56
82+
83+
## [v0.1.1](https://github.com/go-to-k/lamver/compare/v0.1.0...v0.1.1) - 2023-03-22
84+
- chore: change makefile for coverage by @go-to-k in https://github.com/go-to-k/lamver/pull/21
85+
- chore: write package comment by @go-to-k in https://github.com/go-to-k/lamver/pull/42
86+
- chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in https://github.com/go-to-k/lamver/pull/41
87+
- chore(deps): bump github.com/rs/zerolog from 1.28.0 to 1.29.0 by @dependabot in https://github.com/go-to-k/lamver/pull/16
88+
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.77.0 to 1.90.0 by @dependabot in https://github.com/go-to-k/lamver/pull/40
89+
- chore(deps): bump github.com/urfave/cli/v2 from 2.23.7 to 2.25.0 by @dependabot in https://github.com/go-to-k/lamver/pull/35
90+
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/lambda from 1.28.0 to 1.30.2 by @dependabot in https://github.com/go-to-k/lamver/pull/43
91+
92+
## [v0.1.0](https://github.com/go-to-k/lamver/compare/v0.0.2...v0.1.0) - 2023-02-07
93+
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/lambda from 1.26.2 to 1.28.0 by @dependabot in https://github.com/go-to-k/lamver/pull/4
94+
- test: unuse mocks by @go-to-k in https://github.com/go-to-k/lamver/pull/8
95+
- refactor: change constants to pascal by @go-to-k in https://github.com/go-to-k/lamver/pull/15
96+
- Chore/tool description and messages by @go-to-k in https://github.com/go-to-k/lamver/pull/3
97+
- docs: README by @go-to-k in https://github.com/go-to-k/lamver/pull/2
98+
- feat: #6 case insensitive function names search by @go-to-k in https://github.com/go-to-k/lamver/pull/17
99+
100+
## [v0.0.2](https://github.com/go-to-k/lamver/compare/v0.0.1...v0.0.2) - 2023-01-07
101+
102+
## [v0.0.1](https://github.com/go-to-k/lamver/commits/v0.0.1) - 2023-01-07

0 commit comments

Comments
 (0)