Skip to content

Commit

Permalink
doc/releasing: Add instruction to check the package install guide bef…
Browse files Browse the repository at this point in the history
…ore releasing

Post-release, binary packages are built and then in the last step, installation
of those packages is tested. To test the process out, shell code is extracted from
the relevant document and applied to individual distributions to verify if Snoopy
installs correctly with it.

Therefore, we need to have a matching set of supported distributions in Actions
configuration and in this guide document.
  • Loading branch information
bostjan committed Oct 24, 2024
1 parent bab27de commit fcd6979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/RELEASING-HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ and work out any kinks that get pointed out.
The following assumptions are, well, assumed, by the releasing scripts:
- `master` branch is used for releasing.
- All the code that is to be released is already merged into the `master` branch.
- Guide `doc/install-from-repo.md` updated with distribution versions that are
actually supported (for automated testing in the last step).
- The final release-related updates to `ChangeLog` and `README.md` files are already
present in the local files, **but not yet committed**.
- The release commit does not yet exist.
Expand Down

0 comments on commit fcd6979

Please sign in to comment.