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

Add release:prepare task #21

Merged
merged 3 commits into from
Jun 4, 2015
Merged

Add release:prepare task #21

merged 3 commits into from
Jun 4, 2015

Conversation

uu59
Copy link
Contributor

@uu59 uu59 commented Jun 4, 2015

rake release:prepare doing these tasks.

  • Update patchlevel version (0.1.0 => 0.1.1)
  • Append draft to ChangeLog

@@ -7,3 +11,51 @@ desc "Run all examples"
RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = %w[--color]
end

Copy link
Contributor

Choose a reason for hiding this comment

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

👀 this blank line is needless ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

NOTE: Already deleted 1 line this comment pointed

@yoshihara
Copy link
Contributor

LGTM

yoshihara pushed a commit that referenced this pull request Jun 4, 2015
@yoshihara yoshihara merged commit eef88b4 into master Jun 4, 2015
@yoshihara yoshihara deleted the add_release_task branch June 4, 2015 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants