2021-03-27 11:23:02 +01:00
|
|
|
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
|
2021-03-27 11:26:10 +01:00
|
|
|
- [ ] check `git log --pretty=format:'* %s' --abbrev-commit` for changes and selectively include into changelist.
|
2021-03-27 11:23:02 +01:00
|
|
|
- [ ] verify everything is ready for publishing using:
|
|
|
|
|
|
|
|
```
|
|
|
|
SQLX_OFFLINE=1 cargo publish --dry-run
|
|
|
|
```
|
|
|
|
|
|
|
|
- [ ] make draft a release
|
|
|
|
|
|
|
|
- [ ] publish
|
|
|
|
|
|
|
|
```SQLX_OFFLINE=1 cargo publish```
|