Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobomo/pr-semver
Orb that handles Semantic Versioning for CircleCI deployments based on PRs
https://github.com/mobomo/pr-semver
Last synced: about 2 months ago
JSON representation
Orb that handles Semantic Versioning for CircleCI deployments based on PRs
- Host: GitHub
- URL: https://github.com/mobomo/pr-semver
- Owner: mobomo
- License: mit
- Created: 2021-07-02T14:34:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T22:29:44.000Z (5 months ago)
- Last Synced: 2024-08-30T00:19:10.626Z (5 months ago)
- Language: Shell
- Size: 87.9 KB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PR Semver
[![CircleCI Build Status](https://circleci.com/gh/mobomo/pr-semver.svg?style=shield "CircleCI Build Status")](https://circleci.com/gh/mobomo/pr-semver) [![CircleCI Orb Version](https://badges.circleci.com/orbs/mobomo/pr-semver.svg)](https://circleci.com/orbs/registry/orb/mobomo/pr-semver) [![GitHub License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mobomo/pr-semver/master/LICENSE) [![CircleCI Community](https://img.shields.io/badge/community-CircleCI%20Discuss-343434.svg)](https://discuss.circleci.com/c/ecosystem/orbs)
This Orb exports as an env var the value of the next release tag based on PR labels.
By default, if no tag found in the PR it will increase the `patch` version, you can add *minor* or *major* as PR label.