Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincinator authored and guvenc committed Jul 11, 2023
1 parent 0725bd3 commit 2d6b5b6
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

Workflows listening to GitHub events are listed below.

## release
## release-drafter

Changes on master are detected, and added to the next draft release of metalbond.

Runs only for releases and pushes to tags matching `v*`
For details see [release-drafter.yml](release-drafter.yml)

## release

1. Build debian package
1. Pack debian sources in tarball `make tarball`
1. publish debian package to github releases
1. publish debian source tarball to gardenlinux repo
- triggers gitlab pipeline defined [here](https://gitlab.com/gardenlinux/gardenlinux-metalbond)
Automatically runs if you publish a release.
You can publish a drafted release.
Once you publish a draft releases, this action is triggered automatically and builds the
debian packages, and attaches the build artifacts to the release.

For details see [release.yml](release.yml)

Expand All @@ -30,15 +33,9 @@ Runs for all pull requests
For details see [golangci-lint.yml](golangci-lint.yml)


## release-drafter

Runs on pushes to master, and pull requests

For details see [release-drafter.yml](release-drafter.yml)

## size-label

Runs on pull reuests
Runs on pull reuests, and labels the size of the PR.

For details see [size-label.yml](size-label.yml)

Expand Down

0 comments on commit 2d6b5b6

Please sign in to comment.