Skip to content

Commit 2779666

Browse files
author
James Pogran
authored
Merge pull request #651 from glennsarti/update-release-process
(maint) Update release process
2 parents eafe5f9 + 71949c5 commit 2779666

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tools/RELEASE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,14 @@
3838
1. `git clone https://github.com/puppetlabs/puppet-vscode` or `git clean -xfd` on working copy
3939
1. `npm install`
4040
1. `npmx vsce publish`
41+
42+
## Update the `puppet-vscode` docs website
43+
44+
1. Checkout `https://github.com/lingua-pupuli/docs`
45+
1. Run the release update PowerShell script
46+
47+
``` powershell
48+
PS> docs/vscode/update-from-source.ps1 -ExtensionSourcePath C:\puppet-vscode
49+
```
50+
51+
1. Create a commit for the changes and raise a Pull Request

0 commit comments

Comments
 (0)