]> git.sur5r.net Git - i3/i3/blobdiff - release.sh
Deleting VERSION and extracting it from I3_VERSION instead (#2419)
[i3/i3] / release.sh
index 61b3c444e4d247253a4e1f212ef1c48b9792e82f..cc59d6a2af7ce033fdd565eace9e277446e8f59b 100755 (executable)
@@ -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,<refmiscinfo class=\"version\">[^<]*</refmiscinfo>,<refmiscinfo class=\"version\">${RELEASE_VERSION}</refmiscinfo>,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