Skip to content

Commit e9fcb33

Browse files
committed
docs: update new release checklist, fix typo in code comment
1 parent 7d3f8bd commit e9fcb33

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/wiki/New-release-checklist-(for-maintainers).md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Authorized maintainers must complete the following steps when making a new relea
2020
- [ ] [Manually run the APT repository update workflow](https://github.com/ComunidadAylas/PackSquash-apt-repo/blob/master/.github/workflows/update_apt_repository.yml) to update the APT repository.
2121
- [ ] Release the necessary GitHub action update and/or changes to its binary manifests.
2222
***
23-
- [ ] Announce the update on the Discord PackSquash updates channel.
23+
- [ ] Announce the update on the Discord PackSquash updates channel, tagging the PackSquash updates role.
2424
- [ ] Announce the update on PlanetMinecraft.
25-
- [ ] Announce the update to other stakeholders: Quiver, interested users, etc.
25+
- [ ] Announce the update to other stakeholders: Nexo, interested users, etc.
2626
***
27-
- [ ] Bump the versions in the source code to the next release.
27+
- [ ] Bump the versions in the source code to the next release.

packages/packsquash/src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use crate::squash_zip::{SquashZipSettings, ZipArchiveCommentString};
1515
/// Contains all the options that configure a `PackSquasher` operation.
1616
///
1717
/// This is the root level configuration struct for PackSquash, so it is a
18-
/// good starting point to read the API documentation, after the `PackSquasher`
18+
/// good starting point to read the API documentation, after the `PackSquasher`
1919
/// struct.
2020
#[derive(Clone, Deserialize)]
2121
pub struct SquashOptions {

0 commit comments

Comments
 (0)