File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
all :
2
- rm -f build/alfred-confluence.alfred3workflow
2
+ rm -f build/alfred-confluence.alfredworkflow
3
3
mkdir -p build
4
- cd src && zip -qR alfred-confluence.alfred3workflow " *"
5
- mv src/alfred-confluence.alfred3workflow build
6
-
4
+ cd src && zip -qR alfred-confluence.alfredworkflow " *"
5
+ mv src/alfred-confluence.alfredworkflow build
Original file line number Diff line number Diff line change @@ -80,10 +80,8 @@ $ make all
80
80
In order to release a new version:
81
81
82
82
1 . Bump the version numbers (semantic version numbering!) in these files:
83
- * ` src/Info.plist ` (2x : at the very end of the file AND line ~ 110 (for the workflow name))
83
+ * ` src/Info.plist ` (2 times : at the very end of the file AND line ~ 110 (for the workflow name))
84
84
* ` src/alfred-confluence.py ` (line ~ 15)
85
- * ` version `
86
- * ` src/version `
87
85
2 . Commit all changes.
88
86
3 . Create a release on [ Github] ( https://help.github.com/categories/releases/ )
89
87
and use the same version number.
You can’t perform that action at this time.
0 commit comments