diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-04-13 19:10:27 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-04-13 19:24:01 +0900 |
commit | 76a57b2f930b598820e13a93ff5590d419504dbd (patch) | |
tree | 75f2c5fc2d85430fbd4d3631cb5193f8e20bf288 /doc/RELEASE.md | |
parent | 94563c3166b5910704f31af62cfb6bac76ed208f (diff) |
fix release-related parts
Diffstat (limited to 'doc/RELEASE.md')
-rw-r--r-- | doc/RELEASE.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/RELEASE.md b/doc/RELEASE.md index 61cf47c..f1af47a 100644 --- a/doc/RELEASE.md +++ b/doc/RELEASE.md @@ -22,10 +22,12 @@ mscp_0.1.4_source.build mscp_0.1.4_source.changes ### To publush mscp in launchpad PPA: -1. write changes in `debian/changelog` at main branch (the date command needed here is `date -R`) +1. write changes in `debian/changelog` at main branch (the date + command needed here is `date -R`) 2. switch to `ppa-focal` or `ppa-jammy` branch 3. rebase to the `main` branch and modify `debian/changes`: - * change `UNRELEASED` to the release name (`focal` or `jammy`). + * change `mscp (X.X.X) UNRELEASED;` to `mscp (X.X.X-1~RELEASENAME) RELEASENAME;` + where `RELEASENAME` is `focal` or `jammy`. 4. run `make build-deb` at the build directory and `cd debbuild` 5. sign the files with `debsign -k [GPGKEYID] mscp_X.X.X~X_source.changes` 5. upload the files with `dput ppa:upaa/mscp mscp_X.X.X~X_source.changes` |