Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deploy/tagging script #115

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

nmelehan
Copy link
Collaborator

  • Specify remote for push commands
  • Link to GitHub new PR page

- Specify remote for push commands
- Link to GitHub new PR page
echo " git push release-${version}"
echo " git push ${git_tag}"
echo " git push upstream release-${version}"
echo " git push upstream ${git_tag}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be against hard-coding the branch to push to. These are more of a suggestion, as not everyone has an upstream branch. Some keep origin as origin and others upstream or another convention.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just documenting that you should be pushing to the Linode org repo should be enough, in my opinion.

LBGarber pushed a commit to LBGarber/linode-api-docs that referenced this pull request Jun 15, 2022
LBGarber pushed a commit to LBGarber/linode-api-docs that referenced this pull request Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants