We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7b6d5 commit bfd8959Copy full SHA for bfd8959
Makefile
@@ -2,11 +2,12 @@ HOSTNAME=github.com
2
NAMESPACE=relaypro-open
3
NAME=community.dog
4
BINARY=${NAME}
5
-VERSION=1.0.8
+VERSION=1.0.9
6
OS_ARCH=linux_amd64
7
8
github_release:
9
sed -i 's/^version: .*$$/version: ${VERSION}/g' galaxy.yml
10
+ git add -f Makefile
11
git add -f galaxy.yml
12
git commit -m "release tag: ${VERSION}"
13
git tag ${VERSION}
galaxy.yml
@@ -7,7 +7,7 @@
namespace: community
name: dog
-version: 1.0.8
+version: 1.0.9
readme: README.md
authors:
- Drew Gulino
0 commit comments