Skip to content

Commit

Permalink
update changelog, up version
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-burt committed Nov 26, 2024
1 parent c8328e7 commit cfbae2e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
9 changes: 9 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Release process

1. Update changelog and version directly on main and commit locally with "update changelog, up version" comment
* Bump minor version when upgrading marquee dependencies (jsonnet, k8s client, golang, etc.) or when making incompatible changes
1. Run `./prepare-release.sh`
1. Push to main with following command: `git push --atomic upstream main <release>`
1. Manually create a Release on GitHub by clicking "Generate Release Notes"

profit!!
8 changes: 0 additions & 8 deletions .github/Release_process.md

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- "!*"
tags:
- "v*.*.*"

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cfbae2e

Please sign in to comment.