1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00

タグ名の接頭辞に v を使う

This commit is contained in:
Nebel 2021-08-29 18:07:21 +09:00
parent 9b445e472d
commit 0ff124ecd7
2 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,6 @@
disable-metrics: true disable-metrics: true
git:
tagName: "v${version}"
npm: npm:
publish: false publish: false
github: github:

View file

@ -5,6 +5,10 @@
## [Unreleased] ## [Unreleased]
### 変更
- タグ名の接頭辞に `v` を使う
## [0.0.3] - 2021-08-29 ## [0.0.3] - 2021-08-29
### 新機能 ### 新機能
@ -36,12 +40,7 @@
- release-it 追加 - release-it 追加
- _TODO_ - _TODO_
## [0.0.0] [0.0.3]: https://github.com/kou029w/_/compare/0.0.2...0.0.3
[unreleased]: https://github.com/kou029w/_/compare/0.0.1...HEAD
[0.0.3]: https://github.com/kou029w/_/compare/null...0.0.3
[0.0.2]: https://github.com/kou029w/_/compare/0.0.1...0.0.2 [0.0.2]: https://github.com/kou029w/_/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/kou029w/_/tree/0.0.1 [0.0.1]: https://github.com/kou029w/_/tree/0.0.1
[unreleased]: https://github.com/kou029w/_/compare/0.0.3...HEAD
[Unreleased]: https://github.com/kou029w/_/compare/0.0.3...HEAD