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.
File Explorer
Download Latest Version (.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
# Installation Guide
1. Get the code
git clone https://github.com/momocow/semantic-release-gitmoji
Downloads the entire project code from GitHub to your computer.
cd semantic-release-gitmoji
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install semantic-release-gitmoji -D
Downloads and installs the libraries listed in package.json.
'@semantic-release/npm'
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
