1.3.0 • Published 1 year ago

@abstracter/atomic-release v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Atomic Release

Commitizen friendly js-standard-style npm latest version

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)

    github-npm-strategy-demo

    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.