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 rubygem-foreman_ansible to 2.3.5 #3732

Merged
merged 1 commit into from May 10, 2019

Conversation

ares
Copy link
Member

@ares ares commented May 9, 2019

If your package needs to be released within one or more release streams, and/or distributions, please open PRs to each of those branches respectively. The easiest way to do this is to make the initial commit for the mainline branch (e.g. rpm/develop or deb/develop) and then cherry pick the commit hash onto each subsequent branch.

Supported Versions:

  • Nightly
  • 1.22
  • 1.21
  • 1.20

RPM Example:

git checkout -b rpm/develop-foreman-tasks-1.0.1 rpm/develop

# Make changes to update package

git commit -a -m 'Release foreman-tasks-1.0.1'
COMMIT=`git rev-parse HEAD`

git checkout -b rpm/1.20-foreman-tasks-1.0.1-1.20 rpm/1.20
git cherry-pick -x $COMMIT

DEB Example:

git checkout -b deb/develop-foreman-tasks-1.0.1 deb/develop

# Make changes to update package

git commit -a -m 'Release foreman-tasks-1.0.1'
COMMIT=`git rev-parse HEAD`

git checkout -b deb/1.20-foreman-tasks-1.0.1-1.20 deb/1.20
git cherry-pick -x $COMMIT

See Foreman's plugin maintainer documentation for more information.

@evgeni evgeni merged commit 2ffe1a8 into theforeman:rpm/1.21 May 10, 2019
@evgeni
Copy link
Member

evgeni commented May 10, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants