0.0.0 • Published 7 years ago
carbon-graveyard v0.0.0
Carbon Graveyard
:skull: Where code comes to die.
All components and modules in this repository are no longer actively maintained, but are available for use if your application heavily relies on them. Ideally you should look to remove any dependency on this code.
Any code contributed to this repository should feature an associated README file with instructions on why it was deprecated and what alternatives you should look to use.
Making a Release
- Update the version. You can either do this manually in the
package.jsonfile and runnpm installto update thepackage-lock.jsonfile, or you can runnpm version x.x.x --no-git-tag-version. - Generate the release notes:
./script/generate-release-notes.sh. - Create a pull request with your changes into the
releasebranch. - Once merged create a tag in GitHub from
releasefor your new version number. - Check the
releasebranch out locally and ensure the code is all up to date, publish the tag to npm withnpm publish. - Merge
releaseback intomasterto finish the release.
0.0.0
7 years ago