Pslink/pslink/Release.md
Dietrich fc9b18141f Working user and link list, (big)restructure
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.
2021-08-12 15:48:02 +02:00

563 B

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