Skip to content

Commit

Permalink
Merge pull request #12 from fujiwara/tagpr-from-v0.3.1
Browse files Browse the repository at this point in the history
Release for v0.3.2
  • Loading branch information
fujiwara authored Sep 6, 2022
2 parents cadd29e + 3b2b7a1 commit 598e41c
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
exclude:
labels:
- tagpr
28 changes: 28 additions & 0 deletions .tagpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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 pcpr 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.command (Optional)
# Command to change files just before release.
#
# tagpr.tmplate (Optional)
# Pull request template in go template format
[tagpr]
vPrefix = true
releaseBranch = main
versionFile = -
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [v0.3.2](https://github.com/fujiwara/ecrm/compare/v0.3.1...v0.3.2) - 2022-09-06
- need output format for delete command by @mashiike in https://github.com/fujiwara/ecrm/pull/11

## [v0.3.1](https://github.com/fujiwara/ecrm/compare/v0.3.0...v0.3.1) - 2022-08-31
- add ECRM_FORMAT env by @fujiwara in https://github.com/fujiwara/ecrm/pull/10

## [v0.3.0](https://github.com/fujiwara/ecrm/compare/v0.2.0...v0.3.0) - 2022-08-31
- feat: add JSON output format by @aereal in https://github.com/fujiwara/ecrm/pull/8
- Fix cli default argument value. by @fujiwara in https://github.com/fujiwara/ecrm/pull/9

## [v0.2.0](https://github.com/fujiwara/ecrm/compare/v0.1.2...v0.2.0) - 2022-08-17
- move cli codes to cli.go by @fujiwara in https://github.com/fujiwara/ecrm/pull/4
- pass ctx by @fujiwara in https://github.com/fujiwara/ecrm/pull/5
- add generate command by @fujiwara in https://github.com/fujiwara/ecrm/pull/6

## [v0.1.2](https://github.com/fujiwara/ecrm/compare/v0.1.1...v0.1.2) - 2022-07-29
- Add --no-color option by @mashiike in https://github.com/fujiwara/ecrm/pull/2
- BatchDeleteItem's 'imageIds' must be less than or equal to 100 in length, so by @mashiike in https://github.com/fujiwara/ecrm/pull/3

## [v0.1.1](https://github.com/fujiwara/ecrm/compare/v0.1.0...v0.1.1) - 2022-06-21
- Feature/run as lambda bootstrap by @mashiike in https://github.com/fujiwara/ecrm/pull/1

## [v0.1.0](https://github.com/fujiwara/ecrm/compare/v0.0.0...v0.1.0) - 2021-10-25

## [v0.0.0](https://github.com/fujiwara/ecrm/commits/v0.0.0) - 2021-10-18

0 comments on commit 598e41c

Please sign in to comment.