Releases: roguh/gp
1.4.0 More Description
Full Changelog: v1.3.6...v1.4.0
More description
Full Changelog: v1.3.6...v
1.3.6 Avoid extra output
-
Bump version to 1.3.5
Add unit tests and github actions
-
Merge pull request #3 from roguh/remove_extra_output
Avoid extra output by calling unnecessary command
-
Bump version to 1.3.6
Avoid extra output
1.3.5 Add unit tests and github actions
-
Use
gh release create
inmake release
-
Bump version to 1.3.4
Test release helper
-
Improve input validation for
make release
-
Add make test-all-on-linux and make setup-cicd
-
Add project rationale
-
Create on-pr-to-main.yml
Run
make test-all-on-linux:
andmake check
-
Add make check-github-actions
-
Fix yaml errors and linter warnings
-
Run GAs on push to main
-
Run apt-get commands in GA with sudo
-
Merge pull request #1 from roguh/2021.10.31_fix_cicd_and_lint
Add unit tests, other changes
-
Bump version to 1.3.5
Add unit tests and github actions
1.3.4 Test release helper
Use gh release create
in make release
1.3.3
1.2 More readable output on force push
Also improve documentation.
1.1.1 Remove incorrect verbose output
Do not print "Not running commands" if force pushing
1.1 Initial release
gp: Git pull, push, push new remote branch
Like the waves.
$ gp --help
gp: Pull, push, push new branch. Version 1.0.1
USAGE: /home/hugo/bin/gp [-f|--force|-h|--help]
-f|--force Do not prompt for verification when pushing new branch.
Force push when local and remote branches diverged.
-v|--verbose Show more output.
--version Show program version.
-h|--help Show this message.