Skip to content

Commit

Permalink
Merge pull request #8371 from helium:madninja/release_sh
Browse files Browse the repository at this point in the history
add release script to pick up serial from manifest
  • Loading branch information
madninja authored Oct 10, 2023
2 parents 82331ae + 3d07e1c commit 95027ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
VERSION=`cat manifest.json | jq '.serial'`
git tag -as $VERSION -m "v$VERSION"

0 comments on commit 95027ea

Please sign in to comment.