git_commit.sh in meshtastic-0.0.27 vs git_commit.sh in meshtastic-0.0.28

- old
+ new

@@ -5,9 +5,10 @@ git config commit.gpgsign true git pull origin master git add . --all echo 'Updating Gems to Latest Versions in Gemfile...' ./upgrade_Gemfile_gems.sh + ./AUTOGEN_meshtastic_protobufs.sh meshtastic_autoinc_version git commit -a -S --author="${1} <${2}>" -m "${3}" ./upgrade_meshtastic.sh # Tag for every 100 commits (i.e. 0.1.100, 0.1.200, etc) tag_this_version_bool=`ruby -r 'meshtastic' -e 'if Meshtastic::VERSION.split(".")[-1].to_i % 100 == 0; then print true; else print false; end'`