https://github.com/rackerlabs/rsspca
Rackspace Solutions and Services public circle automation
https://github.com/rackerlabs/rsspca
Last synced: over 1 year ago
JSON representation
Rackspace Solutions and Services public circle automation
- Host: GitHub
- URL: https://github.com/rackerlabs/rsspca
- Owner: rackerlabs
- License: apache-2.0
- Created: 2020-03-30T19:02:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T09:38:22.000Z (about 2 years ago)
- Last Synced: 2024-06-07T13:29:50.322Z (about 2 years ago)
- Language: Shell
- Size: 144 KB
- Stars: 1
- Watchers: 14
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsspca
Rackspace Solutions and Services Public Circle Automation
## How to publish dev:alpha version orb?
* Create a new personal API token here:
https://circleci.com/account/api
* Run `circleci setup` command in terminal.
* Enter the Api token when asked for.
* From the root execute publish-alpha.sh.
## How to release an orb?
In the merge commit subject title bar add the text `[semver:patch|minor|major|skip]` while merging to master.
e.g. Merge pull request #33 from rackerlabs/python38-executor [semver:patch]