diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-30 00:05:12 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-30 00:05:12 +0200 |
commit | 2b09d905e1036ce63ac7f0e5417b973a01b37550 (patch) | |
tree | a6823846b4a5b0d7675bdc1db8b51a8fcb851be7 /debian/README.Debian | |
parent | debian: 2.2-1 (diff) | |
download | linux-status-2b09d905e1036ce63ac7f0e5417b973a01b37550.tar.gz linux-status-2b09d905e1036ce63ac7f0e5417b973a01b37550.zip |
debian/Makefile: add commit target
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index d9005cf..83a663b 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -25,8 +25,10 @@ debian/build-area/. make bin make bin/test # Ignores uncommmited changes. - * Tag the last commit in the debian/VERSION format: + * Commit the changes: + git add changelog + make commit make tag * Upload the source package to the PPA: |