Skip to content

Commit c2febbf

Browse files
authored
Merge pull request #466 from fortran-lang:gnikit/issue459
Add preRelease switch to publishing Action
2 parents 69e81d8 + 26bedd2 commit c2febbf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
with:
2222
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
2323
registryUrl: https://marketplace.visualstudio.com
24+
preRelease: ${{ github.event.release.prerelease }}

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Added
1313

14+
- Added GitHub Actions support for pre-Release builds
15+
([#459](https://github.com/fortran-lang/vscode-fortran-support/issues/459))
1416
- Added unittest for `fortls` spawning and integration, checks for initialization values
1517
([#422](https://github.com/fortran-lang/vscode-fortran-support/issues/422))
1618
- Added warning notifications for extensions that interfere with Modern Fortran

0 commit comments

Comments
 (0)