-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.publishrc.json
72 lines (71 loc) · 2.46 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"projectName": "GanttChart",
"branch": "master",
"bugs": "",
"buildCommand": [
"cmd /c xcopy core\\* build\\GanttChart\\core /s /i /y",
"cmd /c xcopy lang\\* build\\GanttChart\\lang /s /i /y",
"cmd /c xcopy pages\\* build\\GanttChart\\pages /s /i /y",
"cmd /c xcopy patch\\* build\\GanttChart\\patch /s /i /y",
"cmd /c copy /Y LICENSE.txt build\\GanttChart",
"cmd /c copy /Y GanttChart.php build\\GanttChart",
"Compress-Archive -Path build\\GanttChart -Update -CompressionLevel Optimal -DestinationPath build\\GanttChart.zip",
"tar -C build -czf build/GanttChart.tgz GanttChart",
"cmd /c rmdir /S /Q build\\GanttChart"
],
"changelogFile": "CHANGELOG.md",
"deployCommand": "",
"distRelease": "N",
"distReleasePath": "",
"distDocPath": "",
"dryRunVcRevert": "Y",
"emailNotification": "N",
"emailServer": "",
"emailMode": "tls",
"emailPort": 465,
"emailRecip": "",
"emailSender": "",
"githubRelease": "Y",
"githubAssets": [
"build\\GanttChart.tgz",
"build\\GanttChart.zip"
],
"githubUser": "mantisbt-plugins",
"historyFile": "",
"historyHdrFile": "",
"historyLineLen": 80,
"homePage": "",
"interactive": "N",
"mantisbtPlugin": "GanttChart.php",
"mantisbtProject": "GanttChart",
"mantisbtRelease": "Y",
"mantisbtUrl": "https://app1.spmeesseman.com/projects",
"mantisbtApiToken": "${MANTIS_API_TOKEN}",
"mantisbtAssets": [
"build\\GanttChart.tgz|GZip Tarball",
"build\\GanttChart.zip|Zip Archive"
],
"npmPackDist": "N",
"npmRegistry": "",
"npmRelease": "N",
"npmScope": "",
"nugetRelease": "N",
"pathToDist": "",
"pathtoRoot": ".",
"pathtoMainRoot": "",
"pathPreRoot": "",
"postBuildCommand": "",
"repoType": "git",
"repo": "https://github.com/mantisbt-plugins/GanttChart.git",
"skipCommit": "N",
"skipDeployPush": "N",
"skipVersionEdits": "Y",
"testEmailRecip": "spmeesseman@gmail.com",
"textEditor": "notepad",
"vcTag": "Y",
"vcTagPrefix": "",
"versionFiles": [
],
"versionText": "Version",
"writeLog": "N"
}