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 task to create new release post #1404

Merged
merged 1 commit into from Sep 7, 2013
Merged

Conversation

parkr
Copy link
Member

@parkr parkr commented Aug 10, 2013

Mostly for @mattr- and @mojombo: a new rake task that auto-generates new release
posts based on the version given. Might consider adding the Liquid I wrote to
auto-generate Markdown links to various issues:

{% assign issue_numbers = "1046|1204|1302|1198|1171|1118|1098|1215|1253|1271" |
split: "|" %}
{% for issue in issue_numbers %}
[#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }}
{% endfor %}

Adds all the necessary metadata and add two newlines at the
top of the post to start with.
@parkr
Copy link
Member Author

parkr commented Sep 7, 2013

Thoughts?

@mattr-
Copy link
Member

mattr- commented Sep 7, 2013

Totally missed this before. 👍

mattr- added a commit that referenced this pull request Sep 7, 2013
Add rake task to create new release post
@mattr- mattr- merged commit cb7eb1c into master Sep 7, 2013
@mattr- mattr- deleted the rake-site-releases-new branch September 7, 2013 03:42
mattr- added a commit that referenced this pull request Sep 7, 2013
@parkr
Copy link
Member Author

parkr commented Sep 7, 2013

Thanks :)

@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants