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

Release 4.5.0 #1251

Merged
merged 1 commit into from
May 4, 2022
Merged

Release 4.5.0 #1251

merged 1 commit into from
May 4, 2022

Conversation

himdel
Copy link
Collaborator

@himdel himdel commented May 4, 2022

ansible-hub-ui: ansible/ansible-hub-ui#2042

No-Issue
@himdel
Copy link
Collaborator Author

himdel commented May 4, 2022

(for future reference..

  pip install bump2version towncrier

  cd galaxy_ng
  git fetch upstream
  git checkout stable-4.5
  # make dev/bumpversion-patch won't work for 4.5.0b1 -> 4.5.0
  bump2version --new-version 4.5.0 patch --verbose
  git add galaxy_ng setup*
  make changelog # towncrier build
  ls CHANGES # ensure empty CHANGES/
  (echo 'Release 4.5.0'; echo; echo 'No-Issue') | EDITOR=tee git commit
  git push origin HEAD:release-4.5.0
  git checkout master
  git branch -D stable-4.5

)

@himdel himdel requested a review from newswangerd May 4, 2022 20:14
@himdel himdel merged commit 45d50d5 into ansible:stable-4.5 May 4, 2022
@himdel himdel deleted the relase-4.5.0 branch May 4, 2022 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants