diff --git a/.github/workflows/build-vsix.yml b/.github/workflows/build-vsix.yml index 85712321..2141aed7 100644 --- a/.github/workflows/build-vsix.yml +++ b/.github/workflows/build-vsix.yml @@ -235,7 +235,7 @@ jobs: # - name: Get the version # id: version -# run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} +# run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT # shell: bash # # - uses: apexskier/github-semver-parse@671ddf80785e4d721e76723ec1e687317f85bfe9 # pin@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 71efa17c..1c41c227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ See [releases](https://github.com/weaveworks/vscode-gitops-tools/releases) for s The current release notes are always published on the Releases page, by automation. This `CHANGELOG` is manually curated by a release engineer from those notes for house-keeping. +# v0.27.0 + +* Roll back to pre-0.25.x codebase (#504) + # v0.26.0 * Add 'run flux install ?' confirmation dialog (#498)