Skip to content

Instantly share code, notes, and snippets.

@billypchan
Created October 26, 2021 13:18
Show Gist options
  • Save billypchan/48eba42173c9e60a62c5d3d481cc81dd to your computer and use it in GitHub Desktop.
Save billypchan/48eba42173c9e60a62c5d3d481cc81dd to your computer and use it in GitHub Desktop.
Create dummy Github PR and make a comment on bash
git checkout develop
git pull
echo "Time: $(date)." > a.txt
cleanGitBranch.sh
git branch chore/bump
git checkout chore/bump
git add .
git commit -m"dummy"
git push --set-upstream origin chore/bump
gh pr create --title "dummy" --body "bump for components"
gh pr comment chore/bump --body "release major"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment