Skip to content

Commit

Permalink
Merge pull request #8 from sasasin/tagpr-from-v0.0.0
Browse files Browse the repository at this point in the history
Release for v0.0.1
  • Loading branch information
sasasin authored Sep 5, 2022
2 parents a2a26ab + c36f55c commit c78fcdc
Show file tree
Hide file tree
Showing 3 changed files with 42 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.versinFile
# 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 = master
versionFile = -
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [v0.0.1](https://github.com/sasasin/dotfiles/commits/v0.0.1) - 2022-09-05
- Ubuntu 20.04 を ThinkCentre-M75q-1 に入れてみた by @sasasin in https://github.com/sasasin/dotfiles/pull/1
- Slackクライアントを最新のdebで入れる by @sasasin in https://github.com/sasasin/dotfiles/pull/2
- Zoomアプリをインストールする by @sasasin in https://github.com/sasasin/dotfiles/pull/3
- yaskkservをセットアップする by @sasasin in https://github.com/sasasin/dotfiles/pull/4
- SQLクライアントアプリTablePlusをセットアップする by @sasasin in https://github.com/sasasin/dotfiles/pull/5
- upgrade to ubuntu 22.04 by @sasasin in https://github.com/sasasin/dotfiles/pull/6
- add tagpr by @sasasin in https://github.com/sasasin/dotfiles/pull/7

0 comments on commit c78fcdc

Please sign in to comment.