GitHub CLI orb for CircleCI
Utilize the GitHub CLI (gh) to maintain and manage your GitHub operations from within your CircleCI CI/CD pipeline.
Resources
CircleCI Orb Registry Page - The official registry page of this orb for all versions, executors, commands, and jobs described.
CircleCI Orb Docs - Docs for using and creating CircleCI Orbs.
How to Contribute
We welcome issues to and pull requests against this repository!
How to Publish An Update
- Merge pull requests with desired changes to the main branch.
- Find the current version of the orb.
- You can run
circleci orb info <namespace>/<orb-name> | grep "Latest"
to see the current version.
- Create a new Release on GitHub.
- Click "Choose a tag" and create a new semantically versioned tag. (ex: v1.0.0)
- We will have an opportunity to change this before we publish if needed after the next step.
- Click "+ Auto-generate release notes".
- This will create a summary of all of the merged pull requests since the previous release.
- If you have used Conventional Commit Messages it will be easy to determine what types of changes were made, allowing you to ensure the correct version tag is being published.
- Now ensure the version tag selected is semantically accurate based on the changes included.
- Click "Publish Release".
- This will push a new tag and trigger your publishing pipeline on CircleCI.