プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

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

Kohei Watanabe (Aug 29, 2021, 6:07 PM +0900) 0ff124ec 9b445e47

+8 -7
+2
release-it/.release-it.yml
··· 1 1 disable-metrics: true 2 + git: 3 + tagName: "v${version}" 2 4 npm: 3 5 publish: false 4 6 github:
+6 -7
release-it/CHANGELOG.md
··· 5 5 6 6 ## [Unreleased] 7 7 8 + ### 変更 9 + 10 + - タグ名の接頭辞に `v` を使う 11 + 8 12 ## [0.0.3] - 2021-08-29 9 13 10 14 ### 新機能 ··· 36 40 - release-it 追加 37 41 - _TODO_ 38 42 39 - ## [0.0.0] 40 - 41 - [unreleased]: https://github.com/kou029w/_/compare/0.0.1...HEAD 42 - [0.0.3]: https://github.com/kou029w/_/compare/null...0.0.3 43 + [0.0.3]: https://github.com/kou029w/_/compare/0.0.2...0.0.3 43 44 [0.0.2]: https://github.com/kou029w/_/compare/0.0.1...0.0.2 44 45 [0.0.1]: https://github.com/kou029w/_/tree/0.0.1 45 - 46 - 47 - [Unreleased]: https://github.com/kou029w/_/compare/0.0.3...HEAD 46 + [unreleased]: https://github.com/kou029w/_/compare/0.0.3...HEAD