doc: custom.md: fix/update release procedure

This commit is contained in:
nodiscc
2020-12-16 20:16:06 +01:00
parent 0e2e834695
commit 3fe1cab445

View File

@@ -132,12 +132,12 @@ Currently only 2 locales (english and french) are pre-generated, other languages
### Release process
- [ ] `make bump_version`, update version indicators
- [ ] Update the changelog
- [ ] `git tag --sign $new_version`
- [ ] `make doc && git add doc/md/packages/ doc/md/index.md && git commit -m "update auto-generated documentation"`
- [ ] `make && make checksums && make sign_checksums`
- [ ] `make tests`
- [ ] `make bump_version`, update version indicators
- [ ] Update CHANGELOG.md
- [ ] `make doc && git add doc/md/packages/ doc/md/index.md && git commit -m "update auto-generated documentation"`
- [ ] `git tag --sign $new_version`
- [ ] `make && make checksums && make sign_checksums`
- [ ] `make tests`
- BIOS mode: test live mode in all languages
- BIOS mode: test online installation
- BIOS mode: test offline installation
@@ -148,6 +148,10 @@ Currently only 2 locales (english and french) are pre-generated, other languages
- [ ] Automated whole disk LVM
- [ ] Automated whole disk partitioning
- [ ] Manual
- [ ] Copy latest CHANGELOG.md entry to a [new Github release](https://github.com/nodiscc/debian-live-config/releases)
- [ ] attach `dlc-X.Y.Z-debian-buster-amd64.hybrid.iso dlc-release.key SHA512SUMS SHA512SUMS.sign` to the releases
- `Publish release`
## See also