-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [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]>
- Loading branch information
1 parent
cb69290
commit 4376412
Showing
3 changed files
with
149 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
changelog: | ||
exclude: | ||
labels: | ||
- tagpr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# 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 = - | ||
release = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
# Changelog | ||
|
||
## [v0.12.1](https://github.com/go-to-k/lamver/compare/v0.12.0...v0.12.1) - 2024-08-16 | ||
- chore: change config of brews in .goreleaser.yaml by @go-to-k in https://github.com/go-to-k/lamver/pull/188 | ||
- chore: use new gomock by @go-to-k in https://github.com/go-to-k/lamver/pull/224 | ||
- ci: add linter by @go-to-k in https://github.com/go-to-k/lamver/pull/225 | ||
- ci: use tagpr by @go-to-k in https://github.com/go-to-k/lamver/pull/226 | ||
- ci: fix ci.yml by @go-to-k in https://github.com/go-to-k/lamver/pull/228 | ||
|
||
## [v0.12.0](https://github.com/go-to-k/lamver/compare/v0.11.0...v0.12.0) - 2024-04-04 | ||
- chore(deps): bump actions/cache from 3 to 4 by @dependabot in https://github.com/go-to-k/lamver/pull/177 | ||
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in https://github.com/go-to-k/lamver/pull/164 | ||
- 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 | ||
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/go-to-k/lamver/pull/170 | ||
- feat(client): add runtime ruby 3.3 by @go-to-k in https://github.com/go-to-k/lamver/pull/183 | ||
|
||
## [v0.11.0](https://github.com/go-to-k/lamver/compare/v0.10.0...v0.11.0) - 2024-02-21 | ||
- chore: add PR template by @go-to-k in https://github.com/go-to-k/lamver/pull/173 | ||
- docs: aqua install in README by @go-to-k in https://github.com/go-to-k/lamver/pull/176 | ||
- feat(client): add runtime dotnet8 by @go-to-k in https://github.com/go-to-k/lamver/pull/182 | ||
|
||
## [v0.10.0](https://github.com/go-to-k/lamver/compare/v0.9.0...v0.10.0) - 2023-12-22 | ||
- feat(io): keep filter for region and runtime selection active by @go-to-k in https://github.com/go-to-k/lamver/pull/172 | ||
|
||
## [v0.9.0](https://github.com/go-to-k/lamver/compare/v0.8.0...v0.9.0) - 2023-12-07 | ||
- 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 | ||
- feat(install): Use Script Install by @go-to-k in https://github.com/go-to-k/lamver/pull/163 | ||
|
||
## [v0.8.0](https://github.com/go-to-k/lamver/compare/v0.7.0...v0.8.0) - 2023-11-16 | ||
- feat: add java21 runtime by @go-to-k in https://github.com/go-to-k/lamver/pull/153 | ||
|
||
## [v0.7.0](https://github.com/go-to-k/lamver/compare/v0.6.1...v0.7.0) - 2023-11-15 | ||
- 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 | ||
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/go-to-k/lamver/pull/127 | ||
- chore(deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in https://github.com/go-to-k/lamver/pull/132 | ||
- 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 | ||
|
||
## [v0.6.1](https://github.com/go-to-k/lamver/compare/v0.6.0...v0.6.1) - 2023-10-30 | ||
- chore: minor improvement for keyword search by @go-to-k in https://github.com/go-to-k/lamver/pull/149 | ||
|
||
## [v0.6.0](https://github.com/go-to-k/lamver/compare/v0.5.0...v0.6.0) - 2023-10-05 | ||
- docs: README for command options by @go-to-k in https://github.com/go-to-k/lamver/pull/130 | ||
- chore: go version to 1.21 by @go-to-k in https://github.com/go-to-k/lamver/pull/140 | ||
|
||
## [v0.5.0](https://github.com/go-to-k/lamver/compare/v0.4.2...v0.5.0) - 2023-09-06 | ||
- docs: README.md by @go-to-k in https://github.com/go-to-k/lamver/pull/111 | ||
- ci: fix coverage report path by @go-to-k in https://github.com/go-to-k/lamver/pull/125 | ||
- test: add goleak by @go-to-k in https://github.com/go-to-k/lamver/pull/126 | ||
- feat: add function name keyword option by @go-to-k in https://github.com/go-to-k/lamver/pull/129 | ||
|
||
## [v0.4.2](https://github.com/go-to-k/lamver/compare/v0.4.1...v0.4.2) - 2023-07-31 | ||
- ci: version name template by @go-to-k in https://github.com/go-to-k/lamver/pull/98 | ||
|
||
## [v0.4.1](https://github.com/go-to-k/lamver/compare/v0.4.0...v0.4.1) - 2023-07-31 | ||
- ci: goreleaser template by @go-to-k in https://github.com/go-to-k/lamver/pull/95 | ||
- ci: goreleaser name template by @go-to-k in https://github.com/go-to-k/lamver/pull/96 | ||
- ci: release.yml by @go-to-k in https://github.com/go-to-k/lamver/pull/97 | ||
|
||
## [v0.4.0](https://github.com/go-to-k/lamver/compare/v0.3.0...v0.4.0) - 2023-07-31 | ||
- 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 | ||
- 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 | ||
- 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 | ||
- feat: CheckboxesPageSize to 50 by @go-to-k in https://github.com/go-to-k/lamver/pull/84 | ||
- feat: sort by function names by @go-to-k in https://github.com/go-to-k/lamver/pull/86 | ||
- feat: add runtime for python 3.11 by @go-to-k in https://github.com/go-to-k/lamver/pull/90 | ||
- fix: goreleaser by @go-to-k in https://github.com/go-to-k/lamver/pull/93 | ||
- fix: goreleaser version by @go-to-k in https://github.com/go-to-k/lamver/pull/94 | ||
|
||
## [v0.3.0](https://github.com/go-to-k/lamver/commits/v0.3.0) - 2023-06-06 | ||
- 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 | ||
- feat: add-runtime-versions by @go-to-k in https://github.com/go-to-k/lamver/pull/69 | ||
|
||
## [v0.2.1](https://github.com/go-to-k/lamver/compare/v0.2.0...v0.2.1) - 2023-04-21 | ||
- refactor: compareActualVersion by @go-to-k in https://github.com/go-to-k/lamver/pull/57 | ||
|
||
## [v0.2.0](https://github.com/go-to-k/lamver/compare/v0.1.1...v0.2.0) - 2023-04-21 | ||
- 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 | ||
- test:makefile for diff tests by @go-to-k in https://github.com/go-to-k/lamver/pull/52 | ||
- feat: python new ver by @go-to-k in https://github.com/go-to-k/lamver/pull/55 | ||
- 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 | ||
- feat: change sort order by @go-to-k in https://github.com/go-to-k/lamver/pull/56 | ||
|
||
## [v0.1.1](https://github.com/go-to-k/lamver/compare/v0.1.0...v0.1.1) - 2023-03-22 | ||
- chore: change makefile for coverage by @go-to-k in https://github.com/go-to-k/lamver/pull/21 | ||
- chore: write package comment by @go-to-k in https://github.com/go-to-k/lamver/pull/42 | ||
- chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in https://github.com/go-to-k/lamver/pull/41 | ||
- 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 | ||
- 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 | ||
- 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 | ||
- 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 | ||
|
||
## [v0.1.0](https://github.com/go-to-k/lamver/compare/v0.0.2...v0.1.0) - 2023-02-07 | ||
- 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 | ||
- test: unuse mocks by @go-to-k in https://github.com/go-to-k/lamver/pull/8 | ||
- refactor: change constants to pascal by @go-to-k in https://github.com/go-to-k/lamver/pull/15 | ||
- Chore/tool description and messages by @go-to-k in https://github.com/go-to-k/lamver/pull/3 | ||
- docs: README by @go-to-k in https://github.com/go-to-k/lamver/pull/2 | ||
- feat: #6 case insensitive function names search by @go-to-k in https://github.com/go-to-k/lamver/pull/17 | ||
|
||
## [v0.0.2](https://github.com/go-to-k/lamver/compare/v0.0.1...v0.0.2) - 2023-01-07 | ||
|
||
## [v0.0.1](https://github.com/go-to-k/lamver/commits/v0.0.1) - 2023-01-07 |