Philipp Schuster
4cea282995
treewide: nuke uefi-services
2024-04-20 15:25:16 +02:00
Philipp Schuster
85ae817627
doc: update and simplify PUBLISHING.md
2023-11-14 19:10:59 +01:00
Nicholas Bishop
912f27eeb1
book: Use cargo add command
...
Rather than showing exact dependencies in `Cargo.toml`, use the `cargo add`
command. That removes a small step of the release process.
2023-11-12 16:09:02 -05:00
Nicholas Bishop
0d1d4d67f8
Update PUBLISHING.md for auto-release workflow
2023-11-12 13:23:21 -05:00
Nicholas Bishop
d6edea5e4c
uefi-macros: Change uefi dev-dependency from version to path
...
Using a path avoids having to update the `uefi-macros` dep on `uefi` after
releasing a new version of `uefi`, slightly simplifying our release process.
Prior to cargo 1.40 there was no choice but to have a version on
dev-dependencies. That changed with
https://github.com/rust-lang/cargo/pull/7333 , and now you can publish a crate
with a path-only dev dependency.
2023-11-11 19:27:34 -05:00
Philipp Schuster
c5e8b95e7f
ci: add spellcheck with "typos"
...
This adds the "typos" utility as additional CI step. Additionally,
all existing typos are fixed.
2023-03-09 16:48:13 +01:00
Philipp Schuster
4a18f1ea6f
update PUBLISHING.md
2022-11-14 10:59:57 +02:00
Gabriel Majeri
9e44ca2ba7
Update the changelog
2022-03-15 10:01:02 -04:00
Nicholas Bishop
48a7261d78
publishing: drop recommendation to manually update deps ( #345 )
2022-01-19 16:32:08 +02:00
Nicholas Bishop
1977d5a146
Point the template at the latest released dependencies ( #337 )
2022-01-19 16:24:07 +02:00
Gabriel Majeri
4288ccee73
Reword crate dependencies section
2021-12-12 16:06:30 -05:00
Gabriel Majeri
ed1b3d8169
Document how to publish new versions of the crates
2021-12-12 16:06:30 -05:00