Browse Source

release.sh: fix commit messages

pull/162/head
Martin Kepplinger 3 years ago
parent
commit
75de0f358d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      x230/release.sh
  2. +1
    -1
      x230t/release.sh

+ 1
- 1
x230/release.sh View File

@ -142,7 +142,7 @@ tar -cJf "$RELEASE_DIR".tar.xz "$RELEASE_DIR"
rm -rf "$RELEASE_DIR"
git commit -a -m "update to ${version}"
git commit -a -m "release skulls-x230 ${version}"
git tag -s "x230-${version}" -m "skulls-x230 ${version}"
sha256sum "$RELEASE_DIR".tar.xz > "$RELEASE_DIR".tar.xz.sha256


+ 1
- 1
x230t/release.sh View File

@ -142,7 +142,7 @@ tar -cJf "$RELEASE_DIR".tar.xz "$RELEASE_DIR"
rm -rf "$RELEASE_DIR"
git commit -a -m "update to ${version}"
git commit -a -m "release skulls-x230t ${version}"
git tag -s "x230t-${version}" -m "skulls-x230t ${version}"
sha256sum "$RELEASE_DIR".tar.xz > "$RELEASE_DIR".tar.xz.sha256


Loading…
Cancel
Save