Skip to content

Commit

Permalink
Merge pull request #5 from Arthur1/tagpr-from-v0.2.0
Browse files Browse the repository at this point in the history
Release for v0.2.1
  • Loading branch information
Arthur1 committed Jul 6, 2024
2 parents a1a7c3b + 9b66773 commit 5cb8e7e
Show file tree
Hide file tree
Showing 3 changed files with 58 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
42 changes: 42 additions & 0 deletions .tagpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 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 = -
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [v0.2.1](https://github.com/Arthur1/otlc/compare/v0.2.0...v0.2.1) - 2024-07-06
- Configure Renovate by @renovate in https://github.com/Arthur1/otlc/pull/1
- use tagpr by @Arthur1 in https://github.com/Arthur1/otlc/pull/4
- some fixes for CI and build by @Arthur1 in https://github.com/Arthur1/otlc/pull/6
- Update opentelemetry-go monorepo to v1.28.0 by @renovate in https://github.com/Arthur1/otlc/pull/3
- provides docker image by @Arthur1 in https://github.com/Arthur1/otlc/pull/7

## [v0.2.0](https://github.com/Arthur1/otlc/compare/v0.1.1...v0.2.0) - 2024-06-24

## [v0.1.1](https://github.com/Arthur1/otlc/commits/v0.1.1) - 2023-07-22

0 comments on commit 5cb8e7e

Please sign in to comment.