Dietrich
fc9b18141f
This is now a workspace consisting of: * the pslink app (a wasm frontend for the admin interface) * the pslink binary * shared - modules for communication between the two above.
19 lines
563 B
Markdown
19 lines
563 B
Markdown
Guide to release:
|
|
|
|
- [ ] Verify everything is committed
|
|
- [ ] update the sqlx cache: cargo sqlx prepare
|
|
- [ ] commit the update
|
|
- [ ] push to github and teilgedanken
|
|
- [ ] create release draft tag: https://github.com/enaut/pslink/releases
|
|
- [ ] check `git log --pretty=format:'* %s' --abbrev-commit` for changes and selectively include into changelist.
|
|
- [ ] verify everything is ready for publishing using:
|
|
|
|
```
|
|
SQLX_OFFLINE=1 cargo publish --dry-run
|
|
```
|
|
|
|
- [ ] make draft a release
|
|
|
|
- [ ] publish
|
|
|
|
```SQLX_OFFLINE=1 cargo publish``` |