Skip to content

Commit 9f388f1

Browse files
committed
Edit default release format in CI
1 parent c9a4808 commit 9f388f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
releaseName: 'Kalkki v__VERSION__ Binaries'
5858
releaseBody: '<img src="https://raw.githubusercontent.com/raikasdev/kalkki/refs/heads/master/public/kalkki.svg" height="96" width="96">
5959
60-
You will find the native binaries for the Kalkki application below.\n**For Apple computers with Apple Silicon (eg. M1) you need the aarch64 binary.** Apple computers with Intel processors need the x86 one.'
60+
You will find the native binaries for the Kalkki application below.
61+
62+
**For Apple computers with Apple Silicon (eg. M1) you need the aarch64 binary.** Apple computers with Intel processors need the x86 one.'
6163
releaseDraft: true
6264
prerelease: false
6365
args: ${{ matrix.args }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kalkki",
33
"private": true,
4-
"version": "0.2.1",
4+
"version": "0.2.2-nightly",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)