]> source.dussan.org Git - gitblit.git/commit
build: Determine release version with simple grep
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Thu, 13 Jan 2022 17:19:14 +0000 (18:19 +0100)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Tue, 1 Feb 2022 21:58:30 +0000 (22:58 +0100)
commit12854a585bd373690c2a470c62c74dcf3263baa7
tree417da4479e431f20357d0fd336e74a113085a201
parent5ba51f4f48a5307ac4bc5435ecabfb4919b47c45
build: Determine release version with simple grep

To determine what the release version is to be, use a simple grep over
the moxie.build file and cut off the `-SNAPSHOT` part. The moxie
tag command doesn't do anything else, either. But the problem is that
when using the moxie tag command on the release branch, where the
version has already been set to a release version, it would create
a second release version, like so: 1.9.2-1.
build.xml