mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2025-02-17 08:30:42 -05:00
semantic-release shareable configuration for Scratch
## [1.0.6](https://github.com/jedmao/semantic-release-npm-github-config/compare/v1.0.5...v1.0.6) (2019-06-26)
### Bug Fixes
* broken badges ([
|
||
---|---|---|
.editorconfig | ||
.gitignore | ||
.npmrc | ||
.releaserc.json | ||
.travis.yml | ||
CHANGELOG.md | ||
LICENSE | ||
package.json | ||
README.md |
@jedmao/semantic-release-npm-github-config
semantic-release shareable config to publish npm packages with GitHub.
Plugins
This shareable configuration use the following plugins:
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/npm
@semantic-release/github
@semantic-release/git
Install
$ npm install --save-dev semantic-release @jedmao/semantic-release-npm-github-config
Usage
The shareable config can be configured in the semantic-release configuration file:
{
"extends": "@jedmao/semantic-release-npm-github-config",
"branch": "master"
}
Configuration
Ensure that your CI configuration has the following secret environment variables set:
GH_TOKEN
withpublic_repo
access.NPM_TOKEN
See each plugin documentation for required installation and configuration steps.