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

roll-to-release #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

roll-to-release #11

wants to merge 3 commits into from

Conversation

junkafarian
Copy link
Contributor

replace rollforward with (or otherwise add) a roll-to-specfied-release-sha command

@patch('gonzo.tasks.release.rev_parse')
def test_rollback_to_release(rev_parse, set_current):
rev_parse.return_value = 'aaa'
with mock_history(initial=['aaa', 'bbb']) as releases:
Copy link
Contributor

Choose a reason for hiding this comment

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

could possible use one more history item here to illustrate we're going back more than to 'previous'

@davidszotten
Copy link
Contributor

nice

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

Successfully merging this pull request may close these issues.

None yet

2 participants