-
Notifications
You must be signed in to change notification settings - Fork 343
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 GitHub Action for newsletter creation #1464
Conversation
janhohenheim
commented
Feb 9, 2024
•
edited
Loading
edited
- Creates a tracking issue, see N51: March 2024 janhohenheim/newsletter-test#13
- Creates an empty newsletter, see https://github.com/janhohenheim/newsletter-test/tree/main/content/news
- Runs on 5th of each month, but can be executed manually.
- Deadline is set to the 3rd of the next month.
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.
A few small changes, but looks good to me. I don't mind merging it once they're resolved, then resolving any other issues after it creates the first issue 👍🏻
newsletter-template.md
Outdated
@@ -1,5 +1,5 @@ | |||
+++ | |||
title = "This Month in Rust GameDev #{TODO} - {TODO} {TODO}" | |||
title = "This Month in Rust GameDev #{{ NEWSLETTER_COUNTER }} - {{ NEWSLETTER_MONTH }} {{ NEWSLETTER_YEAR }}" | |||
transparent = true | |||
date = TODO |
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.
Should this be templated too?
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.
I left this blank because it's supposed to be the date the post is actually published. I could fill in the deadline if you want (3rd of the next month).
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.
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.
There you go: f1b2a80
(#1464)
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, looks good!