Skip to content

Commit

Permalink
Merge pull request #39 from flatcar/tormath1/how-to-release
Browse files Browse the repository at this point in the history
doc: add maintainers doc for releasing
  • Loading branch information
tormath1 committed Feb 13, 2024
2 parents eb2d78c + b00d084 commit 329e370
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,13 @@ In case you have an existing Torcx image you can convert it with the `convert_to
```

Please make also sure that your don't have a `containerd.service` drop in file under `/etc` that uses Torcx paths.

## For maintainers: how to release?

CI can be kicked-off by overriding the `latest` tag. The `latest` release artifacts will be updated consequently here: https://github.com/flatcar/sysext-bakery/releases/tag/latest
```
git rebase origin/main
git tag -d latest
git tag -as latest
git push origin --force latest
```

0 comments on commit 329e370

Please sign in to comment.