https://github.com/santhin/cicd-testing
https://github.com/santhin/cicd-testing
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/santhin/cicd-testing
- Owner: Santhin
- License: mit
- Created: 2022-07-24T07:40:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T02:16:15.000Z (over 1 year ago)
- Last Synced: 2025-01-24T05:08:15.919Z (over 1 year ago)
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SS-Actions-Auto-Version
This is a sample repository to demonstrate a basic example of automating the process
of build versioning and release creation.
On each push to the main branch, a Github Action is triggered to derive the next
semantic version based on the conventional commits' history.
This version is then applied to the docker image as a tag, which is pushed to the repo
described in the Action.
```
```