mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-21 23:56:28 +00:00
releasing docs
This commit is contained in:
parent
e237eefc94
commit
3129030d00
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -2,9 +2,6 @@ name: Main
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -35,4 +35,4 @@ Alternatively you can run `yarn build` and the `yarn electron-builder -m` for `m
|
||||
1. Bump version in `package.json`
|
||||
2. Update `CHANGELOG.md`
|
||||
3. Create a draft release with the new version. (e.g. tag with `v1.2.3`).
|
||||
4. Push to `main` and github workflow will build and upload assets to the draft matching the version of `package.json` and draft.
|
||||
4. Start the publish action and the ci will build and upload assets to the draft matching the version of `package.json` and draft.
|
||||
|
Loading…
Reference in New Issue
Block a user