Skip to content

Commit 9981ae5

Browse files
committed
Finally making updates work.
1 parent 954e213 commit 9981ae5

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
all:
2-
rm -f build/alfred-confluence.alfred3workflow
2+
rm -f build/alfred-confluence.alfredworkflow
33
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

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,8 @@ $ make all
8080
In order to release a new version:
8181

8282
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))
8484
* `src/alfred-confluence.py` (line ~15)
85-
* `version`
86-
* `src/version`
8785
2. Commit all changes.
8886
3. Create a release on [Github](https://help.github.com/categories/releases/)
8987
and use the same version number.

0 commit comments

Comments
 (0)