Skip to content

Commit

Permalink
Merge pull request #52 from bilaalrashid/bilaal/pull-before-version-bump
Browse files Browse the repository at this point in the history
Bilaal/pull before version bump
  • Loading branch information
bilaalrashid authored Nov 12, 2024
2 parents 3483772 + 325212d commit 8c73fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ make release-version VERSION=<version>
```
2. Push to the remote
```
git push --tags
git push --follow-tags
```
3. Create a corresponding [release](https://github.com/bilaalrashid/ReadBeeb/releases/new) on GitHub
3 changes: 3 additions & 0 deletions bin/version-bump
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ if [[ "$branch" != "master" && "$branch" != "main" ]]; then
exit 1
fi

# Make sure we are up to date with remote
git pull

# Increment the build number
agvtool bump
new_build=$(agvtool vers -terse)
Expand Down

0 comments on commit 8c73fa2

Please sign in to comment.