Skip to content

Commit

Permalink
Merge pull request #90 from infinityworks/release-prep
Browse files Browse the repository at this point in the history
Update VERSION and release script
  • Loading branch information
henrymcconville authored Feb 1, 2023
2 parents ebbd405 + 42d87f5 commit 239f9e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3-prerelease
1.0.3
9 changes: 3 additions & 6 deletions release-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ if ! [[ "$version" =~ ^[0-9.]+$ ]]; then
exit 1
fi

# tag current latest commit.
echo "tagging..."
git tag $version
docker build -t infinityworks/github-exporter:latest -t infinityworks/github-exporter:$version .
docker push infinityworks/github-exporter:latest
docker push infinityworks/github-exporter:$version

# push tag to trigger build.
echo "pushing tag to trigger build..."
git push origin $version

0 comments on commit 239f9e2

Please sign in to comment.