Skip to content

Commit

Permalink
add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Dragon committed Jul 14, 2023
1 parent 9af7bf1 commit f6332e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
version=v$(<board/fischertechnik/TXT/rootfs/etc/fw-ver.txt)
git tag --annotate --message='new release' $version
git push upstream $version
make release

0 comments on commit f6332e3

Please sign in to comment.