Skip to content

Commit d9d2418

Browse files
author
abstrakt
committed
Bump version 0.2.2
1 parent 29221d1 commit d9d2418

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CONTRIBUTION.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,16 @@ yarn run desktop-main:dev
5959
```
6060

6161
If you make a change in the `desktop-main` package, you will need to rerun the command above again.
62+
63+
64+
Releasing
65+
---
66+
67+
When you want to create a new release, follow these steps:
68+
69+
1. Update the version in your project's `package.json` file (e.g. `1.2.3`)
70+
2. Commit that change (`git commit -am v1.2.3`)
71+
3. Tag your commit (`git tag v1.2.3`). Make sure your tag name's format is `v*.*.*`. Your workflow will use this tag to detect when to create a release
72+
4. Push your changes to GitHub (`git push && git push --tags`)
73+
74+
After building successfully, the action will publish your release artifacts. By default, a new release draft will be created on GitHub with download links for your app. If you want to change this behavior, have a look at the [`electron-builder` docs](https://www.electron.build).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rewind",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"license": "MIT",
66
"author": "abstrakt",

0 commit comments

Comments
 (0)