semantic-release-gitmoji
โจ๐๐ฅ A semantic-release plugin for gitmojis. Different from conventional changelog, Gitmoji commits are used to determine a release type and generate release notes.
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.zip)- release.yaml
- test.yaml
- FUNDING.yml
- release-notes.hbs
- commit-template.hbs
- default-template-semver.hbs
- default-template.hbs
- default-config.js
- release-types.json
- debug.js
- get-cmp-link.js
- get-config.js
- parse-commits.js
- resolve-issue-ref.js
- analyze-commits.js
- generate-notes.js
- release-notes.js
- commit-boring.json
- commit-major.json
- commit-minor.json
- commit-patch.json
- context-common.json
- context-custom.json
- context-wip.json
- index.js
- notes-custom-helper.md
- notes-custom-semver.md
- notes-custom.md
- notes-major-semver.md
- notes-major.md
- notes-minor-semver.md
- notes-minor.md
- notes-patch-semver.md
- notes-patch.md
- notes-wip-semver.md
- notes-wip.md
- analyze-commits.test.js
- generate-notes.test.js
- .eslintrc.json
- .gitignore
- .releaserc.js
- index.js
- LICENSE
- package-lock.json
- package.json
- README.md
# ์ค์น ๊ฐ์ด๋
1. ์ฝ๋ ๋ด๋ ค๋ฐ๊ธฐ
git clone https://github.com/momocow/semantic-release-gitmoji
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd semantic-release-gitmoji
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. Node.js
์ฌ์ ์ถ์ฒ์ฌ์ ์ค๋น๋ฌผ
npm install semantic-release-gitmoji -D
package.json์ ๋ช ์๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ค์ ๋ด๋ ค๋ฐ์ ์ค์นํฉ๋๋ค.
'@semantic-release/npm'
์ด ๋ช ๋ น์ด๋ฅผ ํฐ๋ฏธ๋์ ๊ทธ๋๋ก ์ ๋ ฅํด ์คํํ์ธ์.
๋ช
๋ น์ด ์คํ ํ ํฐ๋ฏธ๋์ ๋ํ๋๋ ์ฃผ์(๋ณดํต http://localhost:3000 ํํ)๋ฅผ ๋ธ๋ผ์ฐ์ ์์ ์ด์ด๋ณด์ธ์.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
// repository documentation
Was this content helpful?
(0 ratings)
