Skip to content

Commit 41a7b78

Browse files
authored
update README
1 parent 7c9edf9 commit 41a7b78

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# make-stable-appimage-release
22

3-
Makes an stable release of your AppImage and commits the latest version to the repository, this action needs:
3+
Makes an stable release of your AppImage and commits the latest version to the repository, this action needs a file in the current working dir called `./appinfo` with the following information:
44

5-
* A file in the current working dir called `./appname` which is used for the release name.
6-
7-
* A file in the current working dir called `./version` which is used for the release version as well as the `LATEST_VERSION` commit to the repository.
5+
```
6+
X-AppImage-Name=APPNAME # used for the release name
7+
X-AppImage-Version=VERSION # used for the release version
8+
```
89

910
The release tag will contain the version of the application plus the current date in the following format: `VERSION@%Y-%m-%d_%s`.
11+
12+
The action will also commit to a `./LATEST_VERSION` file to the top of the repository containing the version of the app.

0 commit comments

Comments
 (0)