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

package.json version を使う

This commit is contained in:
Nebel 2021-08-29 17:54:33 +09:00
parent 7f8e4af14a
commit de6b75d513
3 changed files with 9 additions and 4 deletions

View file

@ -1,5 +1,6 @@
disable-metrics: true
npm: false
npm:
publish: false
github:
release: true
plugins:

View file

@ -5,6 +5,10 @@
## [Unreleased]
### 修正
- `--depth 1` に対応する目的で package.json を使う
## [0.0.1] - 2021-08-29
### Added
@ -25,6 +29,5 @@
## [0.0.0]
[Unreleased]: https://github.com/kou029w/_/compare/0.0.1...HEAD
[0.0.1]: https://github.com/kou029w/_/compare/null...0.0.1
[unreleased]: https://github.com/kou029w/_/compare/0.0.1...HEAD
[0.0.1]: https://github.com/kou029w/_/tree/0.0.1

View file

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