1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 13:58:08 +00:00

package.json の使用をやめタグを使う

This commit is contained in:
Nebel 2021-08-29 18:15:32 +09:00
parent bc99396852
commit 74eacb86ae
4 changed files with 9 additions and 8 deletions

View file

@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: "lts/*"

View file

@ -1,8 +1,7 @@
disable-metrics: true
git:
tagName: "v${version}"
npm:
publish: false
npm: false
github:
release: true
plugins:

View file

@ -5,6 +5,10 @@
## [Unreleased]
### 修正
- `--depth 1` と package.json の使用をやめ、タグ名を使ってバージョニング
## [0.0.4] - 2021-08-29
### 変更
@ -42,11 +46,8 @@
- release-it 追加
- _TODO_
[0.0.4]: https://github.com/kou029w/_/compare/null...v0.0.4
[0.0.4]: https://github.com/kou029w/_/compare/0.0.3...v0.0.4
[0.0.3]: https://github.com/kou029w/_/compare/0.0.2...0.0.3
[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
[unreleased]: https://github.com/kou029w/_/compare/0.0.3...HEAD
[Unreleased]: https://github.com/kou029w/_/compare/v0.0.4...HEAD
[unreleased]: https://github.com/kou029w/_/compare/v0.0.4...HEAD

View file

@ -1,6 +1,5 @@
{
"name": "@kou029w/release-it-example-e87a467b6a64152d",
"version": "0.0.4",
"devDependencies": {
"@release-it/keep-a-changelog": "^2.3.0",
"release-it": "^14.11.5"