bump version + add release guides
This commit is contained in:
parent
453cccde8b
commit
77f362368c
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2177,7 +2177,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pslink"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"actix-identity",
|
||||
"actix-slog",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pslink"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
description = "A simple webservice that allows registered users to create short links including qr-codes.\nAnyone can visit the shortened links. This is an ideal setup for small busines or for publishing papers."
|
||||
authors = ["Dietrich <dietrich@teilgedanken.de>"]
|
||||
edition = "2018"
|
||||
|
18
Release.md
Normal file
18
Release.md
Normal file
@ -0,0 +1,18 @@
|
||||
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
|
||||
- [ ] verify everything is ready for publishing using:
|
||||
|
||||
```
|
||||
SQLX_OFFLINE=1 cargo publish --dry-run
|
||||
```
|
||||
|
||||
- [ ] make draft a release
|
||||
|
||||
- [ ] publish
|
||||
|
||||
```SQLX_OFFLINE=1 cargo publish```
|
Loading…
Reference in New Issue
Block a user