Update branch explanations and semver-ish automation

given move to main as v3
This commit is contained in:
2022-11-08 13:13:58 -05:00
parent c296830b2b
commit cbad251637
4 changed files with 41 additions and 47 deletions

View File

@@ -46,11 +46,8 @@ jobs:
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
run: make generate
- run: make diffcheck
# TODO: switch once v3 is released {{
# - if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
- if: 'false'
run: make v2diff
# }}
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
run: make v3diff
- if: success() && matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v3
with:
@@ -78,7 +75,7 @@ jobs:
publish:
permissions:
contents: write
# TODO: switch once v3 is released {{
# TODO: switch once v3 is out of alpha {{
# if: startswith(github.ref, 'refs/tags/')
if: 'false'
# }}