Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Commit 6b4eb13

Browse files
committed
fixup
1 parent 2b1c869 commit 6b4eb13

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/prepare-release.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "Prepare Release"
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '0 12 * * 6'
7+
- cron: '0 12 * * 3'
58

69
jobs:
710
deploy:
@@ -54,13 +57,18 @@ jobs:
5457
- name: Build
5558
run: npm run vscode:prepublish
5659
working-directory: pnp-powershell-extension
57-
60+
5861
- name: Create Pull Request
5962
uses: peter-evans/create-pull-request@v6
6063
with:
6164
path: pnp-powershell-extension
62-
commit-message: prepare release
65+
commit-message: Release
6366
branch: prepare-release
64-
title: Prepare Release
65-
body: Prepare Release
67+
title: Release
68+
body: |
69+
Hi, this is auto generated release. In order to release the extension, please follow the instructions below:
70+
71+
- review, approve and merge to `main` branch
72+
- create a new release with new tag that starts from `v*` prefix and number matches the extension version number from project.json. For example: `v1.0.0`
73+
- wait for the release to be published to the marketplace
6674
...

0 commit comments

Comments
 (0)