Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 17:55
· 7 commits to main since this release
7541caa

Add handling for package.json parsing errors and ensure the parsed result is an object, handle no initial version property of package.json, add step to push tag/commit, add Git checks to ensure that:

  • The user is in a Git repository.
  • The repository has a remote origin.
  • Check if the user is on the default branch of the remote, prompt to continue/cancel.

Full Changelog: v0.2.0...v0.3.0