mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 13:58:08 +00:00
package.json の使用をやめタグを使う
This commit is contained in:
parent
bc99396852
commit
74eacb86ae
4 changed files with 9 additions and 8 deletions
2
.github/workflows/release-it.yml
vendored
2
.github/workflows/release-it.yml
vendored
|
@ -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/*"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
disable-metrics: true
|
||||
git:
|
||||
tagName: "v${version}"
|
||||
npm:
|
||||
publish: false
|
||||
npm: false
|
||||
github:
|
||||
release: true
|
||||
plugins:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue