Skip to content

Commit

Permalink
release: add simple script to automate creation of github release and…
Browse files Browse the repository at this point in the history
… git tag

Co-authored-by: Gigaszi <[email protected]>
  • Loading branch information
mmerdes and Gigaszi committed Aug 29, 2024
1 parent 40fd3e1 commit 0639a77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/create_new_github_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

gh release create 1.4.0 -t "1.4.0" \
-n "See the [changelog](https://github.com/GIScience/ohsome-quality-api/blob/main/CHANGELOG.md#release-140) for release details."

0 comments on commit 0639a77

Please sign in to comment.