@abstracter/atomic-release
v2.2.0
Published
Automated atomic release using the command pattern.
Downloads
133
Readme
Atomic Release
Atomic Release is an SDK to help automate a software release process with the ability to "undo" steps taken when a release process fails.
Highlights
TypeScript friendly.
A super simple SDK with loosely coupled APIs. Use just what you need.
Can be used with any project type (just need a node runtime).
A strategy for releasing npm packages: (bumping versions, generating changelogs, and much more)
A failure during a release undoes previous commands
Find out more by reading the docs
💡 Fun fact: This library is released using githubNpmPackageStrategy. See example
Install
Prerequisites: Node.js
npm install --save-dev @abstracter/atomic-release
Documentation
FAQ
Where is package-lock.json?
Read this blog post by Twilio learn more.Do I have to use TypeScript to use this SDK?
No you don't.