-
Notifications
You must be signed in to change notification settings - Fork 9
Release 14.4.2 into trunk #717
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,6 +3,6 @@ | |||||
| module Fastlane | ||||||
| module Wpmreleasetoolkit | ||||||
| NAME = 'fastlane-plugin-wpmreleasetoolkit' | ||||||
| VERSION = '14.4.1' | ||||||
| VERSION = '14.4.2' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Given it's a new feature, this should be 14.5.0:
Suggested change
@jaclync did you run the release Rake task or did this manually? I'm asking because if the task did this version bump, then there's something we need to fix there.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for the review Gio! It was from the release Rake task, |
||||||
| end | ||||||
| end | ||||||
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.
What do you think of this slightly less verbose entry?
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.
Great point. Updated the changlog in a922e08.