0.1.0-rc.1 #60

Merged
Jef Roosens merged 124 commits from dev into main 2022-01-31 23:53:46 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 702fb0d13b - Show all commits

View file

@ -2,7 +2,7 @@
# because it has to be the target of the pull request
branches: dev
platform: linux/amd64
depends_on: build
depends_on: [ build ]
pipeline:
dryrun:

View file

@ -1,7 +1,7 @@
# Yeah so this only works on tags so we'll worry about this later
platform: linux/amd64
branches: main
depends_on: build
depends_on: [ build ]
# We need the entire repo in order for the release names to work
skip_clone: true