Skip to content

Commit 140eb6f

Browse files
committed
chore: release v0.3.2
1 parent 796973f commit 140eb6f

6 files changed

Lines changed: 77 additions & 68 deletions

File tree

Makefile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,16 @@ translate:
3030
node resources/internationalize.js $(version)
3131

3232
bump:
33-
npx tauri-version $(version)
33+
npx tauri-version $(version) --no-git
34+
npm i
35+
cd src-tauri && cargo update
36+
cd ..
37+
git add .
38+
git commit -m "chore: release $(version)"
39+
git tag -a v$(version) -m "Release $(version)"
40+
git push origin v$(version)
41+
git push
42+
3443

3544
# sed -i "s/\"version\": \"[0-9]*\.[0-9]*\.[0-9]*\",/\"version\": \"$(version)\",/g" ./package.json
3645
# sed -i "s/\"version\": \"[0-9]*\.[0-9]*\.[0-9]*\"/\"version\": \"$(version)\"/g" ./src-tauri/tauri.conf.json

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emoji-mart-app",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"license": "MIT",
55
"description": "Emoji picker app for desktop. Built with the Emoji Mart web component, and packaged as a tauri app.",
66
"type": "module",
@@ -108,4 +108,4 @@
108108
"package-lock.json"
109109
]
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)