Skip to content

Commit

Permalink
Improve auto release body
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Apr 13, 2024
1 parent e154cb5 commit ace4bcb
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/extension-preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Extension preview release
on:
workflow_dispatch:
push:
paths: ["/.github/workflows/extension-preview-release.yml", "vscExtension/src/*.js"]
paths: [".github/workflows/extension-preview-release.yml", "vscExtension/src/*.js"]

jobs:
lint:
Expand Down Expand Up @@ -36,14 +36,15 @@ jobs:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: /vscExtension/out/pack-analyzer.vsix
body: |
This is an automatically generated **preview** release of the Pack Analyzer VS Code extension.
You can install it by downloading the `.vsix` file below and installing it in [Visual Studio Code](https://code.visualstudio.com)
or in e.g. VSCodium, using "Install from VSIX" on the extensions tab by clicking on the three dots.
Last commit:
- [`${{ env.SHA_SHORT }}`](https://github.com/DEVTomatoCake/Pack-Analyzer/commit/${{ github.sha }}) ${{ github.event.head_commit.message }}
commit: ${{ github.sha }}
makeLatest: false
prerelease: true
tag: v${{ env.EXTENSION_VERSION }}-preview
body: |
This is an automatically generated **preview** release of the Pack Analyzer extension.
You can install it by downloading the `.vsix` file below and installing it in [Visual Studio Code](https://code.visualstudio.com) or in e.g. VSCodium.
Triggering commit:
[`${{ env.SHA_SHORT }}`](https://github.com/DEVTomatoCake/Pack-Analyzer/commit/${{ github.sha }}) ${{ github.event.head_commit.message }}

0 comments on commit ace4bcb

Please sign in to comment.