X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=release.sh;h=cc59d6a2af7ce033fdd565eace9e277446e8f59b;hb=9bf346c7a00f0783e3754d45dda331ff91ec9a64;hp=61b3c444e4d247253a4e1f212ef1c48b9792e82f;hpb=808bad10efec652ec8dc27d76081f6e6a8c087fd;p=i3%2Fi3 diff --git a/release.sh b/release.sh index 61b3c444..cc59d6a2 100755 --- a/release.sh +++ b/release.sh @@ -56,9 +56,8 @@ cp "${STARTDIR}/RELEASE-NOTES-${RELEASE_VERSION}" "RELEASE-NOTES-${RELEASE_VERSI git add RELEASE-NOTES-${RELEASE_VERSION} git rm RELEASE-NOTES-${PREVIOUS_VERSION} sed -i "s,[^<]*,${RELEASE_VERSION},g" man/asciidoc.conf -echo "${RELEASE_VERSION}" > VERSION echo "${RELEASE_VERSION} ($(date +%F))" > I3_VERSION -git add VERSION I3_VERSION +git add I3_VERSION git commit -a -m "release i3 ${RELEASE_VERSION}" git tag "${RELEASE_VERSION}" -m "release i3 ${RELEASE_VERSION}" --sign --local-user=0x4AC8EE1D