Skip to content

Commit

Permalink
Merge pull request #9 from johnmanjiro13/tagpr-from-v0.0.2
Browse files Browse the repository at this point in the history
Release for v0.0.3
  • Loading branch information
johnmanjiro13 committed Sep 8, 2022
2 parents 9de3842 + 43dffca commit e0d9fcd
Show file tree
Hide file tree
Showing 3 changed files with 49 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
31 changes: 31 additions & 0 deletions .tagpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 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.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.tmplate (Optional)
# Pull request template in go template format
[tagpr]
vPrefix = true
releaseBranch = main
versionFile = -
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [v0.0.3](https://github.com/johnmanjiro13/gh-cmcm/compare/v0.0.2...v0.0.3) - 2022-09-08
- ci: Introduce tagpr by @johnmanjiro13 in https://github.com/johnmanjiro13/gh-cmcm/pull/8

## [v0.0.2](https://github.com/johnmanjiro13/gh-cmcm/compare/v0.0.1...v0.0.2) - 2022-09-05
- add: LICENSE by @johnmanjiro13 in https://github.com/johnmanjiro13/gh-cmcm/pull/4
- chore: Add dependabot.yml by @johnmanjiro13 in https://github.com/johnmanjiro13/gh-cmcm/pull/5
- chore(deps): Bump goreleaser/goreleaser-action from 2 to 3 by @dependabot in https://github.com/johnmanjiro13/gh-cmcm/pull/6
- refactor: Use go generate to generate mock by @johnmanjiro13 in https://github.com/johnmanjiro13/gh-cmcm/pull/7

## [v0.0.1](https://github.com/johnmanjiro13/gh-cmcm/commits/v0.0.1) - 2022-08-26
- Add reviewdog workflow by @johnmanjiro13 in https://github.com/johnmanjiro13/gh-cmcm/pull/1
- ci: Add release workflow with goreleaser by @johnmanjiro13 in https://github.com/johnmanjiro13/gh-cmcm/pull/2

0 comments on commit e0d9fcd

Please sign in to comment.