https://github.com/glueops/github-workflows
https://github.com/glueops/github-workflows
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glueops/github-workflows
- Owner: GlueOps
- Created: 2023-01-16T00:27:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-09T20:18:30.000Z (6 months ago)
- Last Synced: 2026-02-09T23:54:13.208Z (6 months ago)
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-workflows
# Release Process
- Create a PR, get 1 or more approvals and then Merge to main
- Create a tag with the date format of YYYYMMDD and prefix it with a v. If today is April 20, 2023 the tag would be v20230420
- The tag allows people to roll back to some point in time in case their reference `@main` stops working because of a bad change or an upstream issue.