diff --git a/doc/release-process.md b/doc/release-process.md --- a/doc/release-process.md +++ b/doc/release-process.md @@ -50,9 +50,12 @@ 9. Upload Gitian Builds to [bitcoinabc.org](https://download.bitcoinabc.org/) 10. Create a [GitHub release](https://github.com/Bitcoin-ABC/bitcoin-abc/releases): - `contrib/devtools/github-release.sh -a -t -o ` + `contrib/release/github-release.sh -a -t -o ` -11. Notify maintainers of Ubuntu PPA, AUR, and Docker images to build their packages. +11. Create [Ubuntu PPA packages](https://launchpad.net/~bitcoin-abc/+archive/ubuntu/ppa): + `contrib/release/debian-packages.sh "Your Name "` + +12. Notify maintainers of AUR and Docker images to build their packages. They should be given 1-day advance notice if possible. ## After Release