Semantic Release shareable configuration for logdna node packages
Semantic Release shareable configuration for logdna node packages
Baseline shareable semantic-release configuration for logdna node packages.
This configuration pre-configures the commits parser and release notes.
The shareable configuration can be configured in the semantic-release configuration file:
$ npm install --save-dev semantic-release semantic-release-config-logdna
// package.json
{
"release": {
"branches": ["main"],
"extends": "semantic-release-config-logdna"
}
}
package.json
close
, closes
, closed
, fix
, fixes
, fixed
, resolve
, resolves
, resolved
, ref
)release
commit back upstream./dist
to the releaseCommit Type | Changelog Category |
---|---|
feat |
Features |
fix |
Bug Fixes |
perf |
Performance Improvements |
revert |
Reverts |
doc |
Documentation |
refactor |
Code Refactoring |
test |
Tests |
build |
Build System |
ci |
Continuous Integration |
chore |
Chores |
<default> |
Miscellaneous |
Thanks goes to these wonderful people (emoji key):
Eric Satterwhite 📖 💻 ⚠️ 🚧 | Mike Del Tito 📖 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!