This repository was archived by the owner on Jan 8, 2023. It is now read-only.
Commit a798b48 1 parent 525cf1d commit a798b48 Copy full SHA for a798b48
File tree 3 files changed +3
-12
lines changed
3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 7
7
<item >
8
8
<enclosure url =" https://github.com/arvinxx/sketch-plugin-template/releases/download/v0.3.2/sketch-plugin-template.v0.3.2.zip" sparkle : version =" 0.3.2" />
9
9
</item >
10
- <item >
11
- <enclosure url =" https://github.com/arvinxx/sketch-plugin-template/releases/download/v0.3.2/sketch-plugin-template.v0.3.2.zip" sparkle : version =" 0.3.2" />
12
- </item >
13
10
<item >
14
11
<enclosure url =" https://github.com/arvinxx/sketch-plugin-template/releases/download/v0.3.1/sketch-plugin-template.v0.3.1.zip" sparkle : version =" 0.3.1" />
15
12
</item >
16
- <item >
17
- <enclosure url =" https://github.com/arvinxx/sketch-plugin-template/releases/download/v0.3.1/sketch-plugin-template.v0.3.1.zip" sparkle : version =" 0.3.1" />
18
- </item >
19
- <item >
20
- <enclosure url =" https://github.com/arvinxx/sketch-plugin-template/releases/download/v0.3.0/sketch-plugin-template.v0.3.0.zip" sparkle : version =" 0.3.0" />
21
- </item >
22
13
<item >
23
14
<enclosure url =" https://github.com/arvinxx/sketch-plugin-template/releases/download/v0.3.0/sketch-plugin-template.v0.3.0.zip" sparkle : version =" 0.3.0" />
24
15
</item >
29
20
<enclosure url =" https://github.com/arvinxx/sketch-plugin-template/releases/download/v0.0.1/sketch-plugin-template.sketchplugin.zip" sparkle : version =" 0.0.1" />
30
21
</item >
31
22
</channel >
32
- </rss >
23
+ </rss >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module.exports = {
23
23
[
24
24
'@semantic-release/exec' ,
25
25
{
26
- prepareCmd : 'yarn prerelease ' ,
26
+ prepareCmd : 'yarn pre-release ' ,
27
27
} ,
28
28
] ,
29
29
[
Original file line number Diff line number Diff line change 29
29
"build:sketch" : " NODE_ENV=prod skpm-build" ,
30
30
"build:webview" : " APP_ROOT=src/webview umi build" ,
31
31
"build:webview-analyze" : " APP_ROOT=src/webview ANALYZE=1 umi build" ,
32
- "prerelease " : " ts-node ./scripts/release" ,
32
+ "pre-release " : " ts-node ./scripts/release" ,
33
33
"release" : " semantic-release" ,
34
34
"clean" : " rm -rf ./*.sketchplugin release dist" ,
35
35
"refresh" : " find ./*.sketchplugin -name \" _*.js\" | entr -r /Applications/Sketch.app/Contents/MacOS/Sketch" ,
You can’t perform that action at this time.
0 commit comments