Skip to content

keimlink/sentry-cli-orb

Repository files navigation

Sentry Command Line Interface Orb

CircleCI Build Orb Version Renovate enabled

CircleCI orb to manage your Sentry projects with sentry-cli.

Releasing a New Orb Version

When creating a new release the version number of the orb must be incremented. Thecircleci CLI uses Semantic Versioning. So the Semantic Version segments major, minoror patch can be used (see circleci orb publish promote).

  1. Wait for CircleCI to pass and publish the development orb to the registry.
  2. Check which was the last semantic release of the orb:
    circleci orb info picturepipe/sentry-cli
  3. Decide which version to release. Set the last argument in the next step accordingly!
  4. Promote the development version of the orb to a semantic release:
    circleci orb publish promote picturepipe/sentry-cli@dev:"$(git rev-parse HEAD | cut -c 1-7)" [major|minor|patch]
  5. Verify the release:
    circleci orb info picturepipe/sentry-cli
  6. Create a Git tag with the same version as the release:
    git tag --annotate --message=<version> <version>
  7. Push the tag:
    git push --tags

License

Distributed under the MIT license.

Copyright 2019 reelport GmbH