From 50ff771922fbfe4d7ac52b4e966d3e783a022af2 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 3 Sep 2022 12:17:31 +0000 Subject: [PATCH] docs: Remove obsolete amber instructions --- doc/hacking.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/hacking.md b/doc/hacking.md index 33bce18a..58ee0995 100644 --- a/doc/hacking.md +++ b/doc/hacking.md @@ -288,15 +288,6 @@ git tag -s -u my_address@example.com v1.13.0 -m "squeekboard v1.13.0" git push v1.13.0 ``` -### 8. Create a signed tag for packaging - -Similar to the above, but format it for the PureOS downstream. - -``` -git tag -s -u my_address@example.com 'pureos/1.13.0pureos0_amber0' -m 'squeekboard 1.13.0pureos0_amber0' -git push 'pureos/1.13.0pureos0_amber0' -``` - -### 9. Rejoice +### 8. Rejoice You released a new version of Squeekboard, and made it available on PureOS. Congratulations.