Skip to content

Commit

Permalink
Prepare for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Nov 12, 2021
1 parent 96377cc commit 5cf6fe0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
- `npm run check`: Run svelte-check

### Release new version
1. Update `CHANGELOG.md`
2. Manually bump the version number in `src-tauri/Cargo.toml`
3. Check for errors and bump the `Cargo.lock` version number
1. Manually bump the version number in `src-tauri/Cargo.toml`
2. Check for errors and bump the `Cargo.lock` version number
```
cargo check --manifest-path src-tauri/Cargo.toml
```
4. Dispatch the GitHub Release workflow and wait
5. Add release notes to the generated GitHub release and publish it
3. Dispatch the GitHub Release workflow and wait
4. Add release notes to the generated GitHub release and publish it
5. Update `CHANGELOG.md`
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kadium"
version = "0.1.0"
version = "1.0.0"
description = "App for YouTube upload notifications"
default-run = "kadium"
edition = "2018"
Expand Down

0 comments on commit 5cf6fe0

Please sign in to comment.