mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +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
|
disable-metrics: true
|
||||||
npm: false
|
npm:
|
||||||
|
publish: false
|
||||||
github:
|
github:
|
||||||
release: true
|
release: true
|
||||||
plugins:
|
plugins:
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### 修正
|
||||||
|
|
||||||
|
- `--depth 1` に対応する目的で package.json を使う
|
||||||
|
|
||||||
## [0.0.1] - 2021-08-29
|
## [0.0.1] - 2021-08-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -25,6 +29,5 @@
|
||||||
|
|
||||||
## [0.0.0]
|
## [0.0.0]
|
||||||
|
|
||||||
|
[unreleased]: https://github.com/kou029w/_/compare/0.0.1...HEAD
|
||||||
[Unreleased]: https://github.com/kou029w/_/compare/0.0.1...HEAD
|
[0.0.1]: https://github.com/kou029w/_/tree/0.0.1
|
||||||
[0.0.1]: https://github.com/kou029w/_/compare/null...0.0.1
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@kou029w/release-it-example-e87a467b6a64152d",
|
"name": "@kou029w/release-it-example-e87a467b6a64152d",
|
||||||
|
"version": "0.0.1",
|
||||||
"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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue