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 rake db:prepare entry to the CHANGELOG.md #35841

Merged
merged 1 commit into from Apr 3, 2019

Conversation

robertomiranda
Copy link
Contributor

Adding a missing entry into the CHANGELOG.md file.

ref #35768 (comment)

@@ -1,3 +1,7 @@
* Add `rake db:prepare` runs setup if database does not exist, or runs migrations if it does
Copy link
Member

Choose a reason for hiding this comment

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

Don't need double spaces.

Suggested change
* Add `rake db:prepare` runs setup if database does not exist, or runs migrations if it does
* Add `rake db:prepare` runs setup if database does not exist, or runs migrations if it does.

@@ -1,3 +1,7 @@
* Add `rake db:prepare` runs setup if database does not exist, or runs migrations if it does
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpick: I think it is common to add entry as a sentence, to make this sentence I think it should end with . symbol.

@kamipo kamipo merged commit c1f6e46 into rails:master Apr 3, 2019
@kamipo
Copy link
Member

kamipo commented Apr 3, 2019

Thanks. In the future, you can add [ci skip] to your commit message for documentation-only changes to skip the CI build.

@robertomiranda
Copy link
Contributor Author

oh thanks, didn't know that @kamipo

@robertomiranda robertomiranda deleted the r/rake-db-prepare-changelog branch April 3, 2019 09:29
@@ -1,3 +1,7 @@
* Add `rake db:prepare` runs setup if database does not exist, or runs migrations if it does.
Copy link
Contributor

Choose a reason for hiding this comment

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

We can replace 'runs' with 'which runs'.

@kaspth
Copy link
Contributor

kaspth commented Apr 3, 2019

Reformatted this in 9864f5e to fit the writing style of other entries — also switches to rails instead of rake. @robertomiranda thanks for the command!

@robertomiranda
Copy link
Contributor Author

thanks @kaspth

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

5 participants