Skip to content

Commit

Permalink
Review findings
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei authored and ArnoStiefvater committed Apr 17, 2024
1 parent fbd48ec commit 67993cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ jobs:
permissions:
contents: write
# we release after container build so that we can release on a closed pr as we don't push the release container yet
# instead it is pushed after the tag is created. Maybe we should either change smoketests to not be dependent on a container push
# or push the newest container on release rather than on tag creation.
# instead it is pushed after the tag is created.
#
# For now we just don't use it as a dependency for releases which may is counter intuitive
needs: [container, init]
Expand Down
4 changes: 2 additions & 2 deletions release_tag.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ labels = [
# label within groups must be defined in `labels`
groups = [
{ group = "Added", label = "minor_release" },
{ group = "Changed", label = "major_release" }, # maybe minor?
{ group = "Removed", label = "major_release" }, # maybe minor?
{ group = "Changed", label = "major_release" },
{ group = "Removed", label = "major_release" },
{ group = "Bug Fixes", label = "patch_release" },
]

Expand Down

0 comments on commit 67993cc

Please sign in to comment.