-
Notifications
You must be signed in to change notification settings - Fork 18
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 current date/time template variables. #75
base: master
Are you sure you want to change the base?
Conversation
Sorry for the delay in taking a look... the concept looks good to me... could you add an integration test for this behavior so we can make sure it stays working. Let me know if have question on adding a test. |
I have some test cleanup changes as well, but I'll save that for a separate pull request unless you'd prefer I include it now. |
If it’s unrelated, a separate one is fine... currently the tests are not succeeding on the CI so I need to figure that out as well.
…> On Dec 9, 2019, at 2:56 PM, Kurt Hardin ***@***.***> wrote:
I have some test cleanup changes as well, but I'll save that for a separate pull request unless you'd prefer I include it now.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Ok, I'll open a separate request for those changes then since they are unrelated. BTW, the CI error appears to be related to specifying a fairly old version of rvm in |
Unfortunately that is just the beginning of the issues - the vscode extension test example seems to have changed a bit so working through that. I can manually get this PR through for now though.
… On Dec 9, 2019, at 3:16 PM, Kurt Hardin ***@***.***> wrote:
Ok, I'll open a separate request for those changes then since they are unrelated.
BTW, the CI error appears to be related to specifying a fairly old version of rvm in .travis.yml.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Got the extension test running on the CI again, can you resolve the conflicts and then I will merge in and release a new version. Thanks! |
Generated by 🚫 Danger |
Adds simple support for inserting current date/time components into templates by variable substitution.