We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a2f64 commit 5ed15f1Copy full SHA for 5ed15f1
2 files changed
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
architecture: ${{ matrix.host }}
95
96
- name: Add msbuild to PATH
97
- uses: microsoft/setup-msbuild@v1.3
+ uses: microsoft/setup-msbuild@v2
98
if: contains(matrix.os, 'windows')
99
with:
100
msbuild-architecture: ${{ matrix.target }}
docs/DEVELOP.md
@@ -26,6 +26,8 @@ This project uses [npm version](https://docs.npmjs.com/cli/v10/commands/npm-vers
26
- Upload them as release assets
27
- Publish the package to npm
28
29
+3. ** Create GitHub Release from tag
30
+
31
### Version format
32
33
- Versions follow [SemVer](https://semver.org/) format
0 commit comments