-
Notifications
You must be signed in to change notification settings - Fork 83
(MODULES-1638) Remove prompt parameter #62
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
Conversation
👍 /cc @cyberious |
Will test soon. But otherwise looks good to me. |
d715467
to
7b81a68
Compare
I went ahead and rebased just in case that was helpful. |
Ping. Any update on this? |
7b81a68
to
a670ba3
Compare
Rebased onto master. |
a670ba3
to
5dba49d
Compare
Rebased again to take #66 into account. Pinging @joshcooper, @cyberious, @ferventcoder, and @hunner for review. |
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "puppetlabs-reboot", | |||
"version": "0.1.10-SNAPSHOT", | |||
"version": "0.2.0-SNAPSHOT", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what this change is here for
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change so I figured we should bump the non-patch version number. Honestly, I think once we merge this and #59, we should bump the version to 1.0.0.
Mostly +1, just a couple of thoughts. |
5dba49d
to
9bc9103
Compare
Pinging @joshcooper, @cyberious, @ferventcoder. Can we get some movement on this? |
Looks like this needs rebased and I think @cyberious is going to merge it with fire |
@elyscape please rebase and update Readme after |
@cyberious Done. |
(MODULES-1638) Remove prompt parameter
JIRA ticket here. This also bumps the version to 0.2.0-SNAPSHOT as it is a breaking change.