1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +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 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: "lts/*" node-version: "lts/*"

View file

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

View file

@ -5,6 +5,10 @@
## [Unreleased] ## [Unreleased]
### 修正
- `--depth 1` と package.json の使用をやめ、タグ名を使ってバージョニング
## [0.0.4] - 2021-08-29 ## [0.0.4] - 2021-08-29
### 変更 ### 変更
@ -42,11 +46,8 @@
- release-it 追加 - release-it 追加
- _TODO_ - _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.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.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/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", "name": "@kou029w/release-it-example-e87a467b6a64152d",
"version": "0.0.4",
"devDependencies": { "devDependencies": {
"@release-it/keep-a-changelog": "^2.3.0", "@release-it/keep-a-changelog": "^2.3.0",
"release-it": "^14.11.5" "release-it": "^14.11.5"