Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ jobs:
- name: Upload assets to release
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
with:
draft: true
files: dist/EFIBootEditor-*
tag_name: ${{ github.ref_name }}

Expand Down
10 changes: 5 additions & 5 deletions doc/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Release process

1. Create tag for new version
1. Draft release for new tag through [GitHub UI](https://github.com/Neverous/efibooteditor/releases)

2. Create tag for new version

```shell
git tag -s vX.Y.Z -m ""
git push tag vX.Y.Z
```

2. Cleanup `latest` release and tag from [GitHub](https://github.com/Neverous/efibooteditor/releases/tag/latest)

3. Create release for new tag through [GitHub UI](https://github.com/Neverous/efibooteditor/releases)
3. Monitor the asset preparation in GHA, it should publish the draft after it's done

## Update [AUR](https://aur.archlinux.org/packages/efibooteditor)

Expand All @@ -22,6 +22,6 @@
4. Commit and push changes to AUR

```shell
git commit -m "Update to X.Y.Z"
git commit -m "Update to vX.Y.Z"
git push
```