mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
package.json version を使う
This commit is contained in:
parent
7f8e4af14a
commit
de6b75d513
3 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
disable-metrics: true
|
||||
npm: false
|
||||
npm:
|
||||
publish: false
|
||||
github:
|
||||
release: true
|
||||
plugins:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue