From ecdf7b807a68bb324b103b7f45af279a667bbed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Miri=C4=87?= Date: Mon, 12 Oct 2020 10:24:14 +0200 Subject: [PATCH] WIP Test release --- .github/workflows/all.yml | 22 +++++++++++----------- release notes/v0.29.0-test4.md | 5 +++++ 2 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 release notes/v0.29.0-test4.md diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index bd7addf5eae6..f1e9a675a74b 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -308,14 +308,14 @@ jobs: # curl --fail -H "X-GPG-PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}" -T .\k6.msi "https://${{ secrets.BINTRAY_USER }}:${{ secrets.BINTRAY_KEY }}@api.bintray.com/content/loadimpact/windows/k6/$env:VERSION/k6-v$env:VERSION-amd64.msi?publish=1&override=1" # curl --fail -H "X-GPG-PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}" -T .\k6.portable.$env:VERSION.nupkg "https://${{ secrets.BINTRAY_USER }}:${{ secrets.BINTRAY_KEY }}@api.bintray.com/content/loadimpact/choco/k6.portable/$env:VERSION/k6.portable.$env:VERSION.nupkg?publish=1&override=1"' - publish-macos: - runs-on: macos-latest - needs: [deps, lint, test, test-cov, configure, build] - if: startsWith(github.ref, 'refs/tags/v') - env: - VERSION: ${{ needs.configure.outputs.version }} - steps: - - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@cd7c1eba155dc11d77aa3e3e4013836ad96a6894 - - name: Create version bump PR - run: brew bump-formula-pr k6 --tag="$VERSION" --revision="$GITHUB_SHA" + #publish-macos: + # runs-on: macos-latest + # needs: [deps, lint, test, test-cov, configure, build] + # if: startsWith(github.ref, 'refs/tags/v') + # env: + # VERSION: ${{ needs.configure.outputs.version }} + # steps: + # - name: Set up Homebrew + # uses: Homebrew/actions/setup-homebrew@cd7c1eba155dc11d77aa3e3e4013836ad96a6894 + # - name: Create version bump PR + # run: brew bump-formula-pr k6 --tag="$VERSION" --revision="$GITHUB_SHA" diff --git a/release notes/v0.29.0-test4.md b/release notes/v0.29.0-test4.md new file mode 100644 index 000000000000..e4d630de9609 --- /dev/null +++ b/release notes/v0.29.0-test4.md @@ -0,0 +1,5 @@ +k6 v0.29.0 is here! :tada: + +## New features and enhancements! + +- [k6](https://github.com/loadimpact/k6/) ...