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

create release-it

This commit is contained in:
Nebel 2021-08-29 17:07:31 +09:00
parent bca1a13dcc
commit a864e59b74
4 changed files with 30 additions and 0 deletions

2
release-it/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/node_modules/
/package-lock.json

View file

@ -0,0 +1,8 @@
disable-metrics: true
npm:
publish: false
ignoreVersion: true
github:
release: true
plugins:
"@release-it/keep-a-changelog": {}

13
release-it/CHANGELOG.md Normal file
View file

@ -0,0 +1,13 @@
# 新機能とお知らせ
この文書は[Keep a Changelog](https://keepachangelog.com/ja/1.0.0/)の形式に基づいています。
このプロジェクトは[セマンティック バージョニング](https://semver.org/lang/ja/spec/v2.0.0.html)に**準拠していません**。
## [Unreleased]
### Added
- release-it 追加
- _TODO_
## [0.0.0]

7
release-it/package.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "@kou029w/release-it-example-e87a467b6a64152d",
"devDependencies": {
"@release-it/keep-a-changelog": "^2.3.0",
"release-it": "^14.11.5"
}
}