-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.publishrc.json
27 lines (27 loc) · 1.22 KB
/
.publishrc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"projectName": "vscode-taskexplorer-info",
"projectVersion": "2.13.2",
"branch": "main",
"buildCommand": "",
"buildPostCommand": [],
"changelogFile": "CHANGELOG.md",
"changelogNoTouch": true,
"deployPostCommand": [
"git add -- release/vscode-taskexplorer-$(VERSION).vsix CHANGELOG.md README.md .todo \"res/**/*.*\"",
"git commit -m \"chore: v$(VERSION)\" release/vscode-taskexplorer-$(VERSION).vsix CHANGELOG.md README.md .todo \"res/**/*.*\"",
"git push origin main:main"
],
"githubAssets": [
"CHANGELOG.md|Changelog File",
"release/vscode-taskexplorer-$(VERSION).vsix|VSIX Installer"
],
"githubRelease": "Y",
"githubReleasePostCommand": "",
"githubUser": "spmeesseman",
"promptVersion": "Y",
"repo": "https://github.com/spmeesseman/vscode-taskexplorer-info.git",
"repoType": "git",
"skipChangelogEdits": "N",
"skipVersionEdits": "Y",
"vcWebPath": "https://github.com/spmeesseman/vscode-taskexplorer-info"
}