Change version strategy to minor for icons

This commit is contained in:
Eric Fennis
2022-04-06 11:13:36 +02:00
committed by GitHub
parent 4cf5970841
commit 79a5560240

View File

@@ -40,11 +40,11 @@ jobs:
run: yarn --pure-lockfile
- name: Check if we can patch
run: .github/workflows/version-up.sh --patch
run: .github/workflows/version-up.sh --minor
- name: Create new version
id: new-version
run: echo "::set-output name=NEW_VERSION::$(.github/workflows/version-up.sh --patch)"
run: echo "::set-output name=NEW_VERSION::$(.github/workflows/version-up.sh --minor)"
- name: Create change log
id: change-log