638e83e9dc
This removes mdBook in favor of a flat docs folder generating a single `README.md` in the repository root. Installation and usage instructions have also been expanded slightly.
580 B
580 B
Release process
- Update version number in
Cargo.toml
- Run
cargo check
- Commit changes to
Cargo.*
with the message formatRelease vN.N.N
- Make git tag
vN.N.N
- Run
gitchangelog
- Regenerate README:
docs/generate.sh
- Stage
CHANGES.md
anddocs/
and amend previous commit - Force update git tag
vN.N.N
- Push changes & tag
- Wait for builds to turn green (https://github.com/zoni/obsidian-export/actions)
- Run
cargo publish
- Publish drafted release (https://github.com/zoni/obsidian-export/releases)