diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 509beb18..a67d00c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,3 +21,4 @@ jobs: with: pat: ${{ secrets.VS_MARKETPLACE_TOKEN }} registryUrl: https://marketplace.visualstudio.com + preRelease: ${{ github.event.release.prerelease }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4953562c..f2d2f942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added +- Added GitHub Actions support for pre-Release builds + ([#459](https://github.com/fortran-lang/vscode-fortran-support/issues/459)) - Added unittest for `fortls` spawning and integration, checks for initialization values ([#422](https://github.com/fortran-lang/vscode-fortran-support/issues/422)) - Added warning notifications for extensions that interfere with Modern Fortran