-
Notifications
You must be signed in to change notification settings - Fork 45
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 option to display date and time of last update #40
Conversation
Thanks, do you think #39 is ready for review |
Once this is merged will I add some info to the Release to inform about breaking changes. |
Yes |
I shall do it. There are some changes I have to make here. |
…ivity into updation-time
* Update README.md * Improve table * Add TIMEZONE_OFFSET to readme * Add DATE_STRING and {DATE} placeholder * Add DATE_FORMAT to readme * Improve descriptions * Update README.md Co-authored-by: Puneet Gopinath <[email protected]> Co-authored-by: PuneetGopinath <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 minute plz don't merge |
I just pushed. 1 sec before your comment |
Ok |
Just add the |
It's ready. |
The Pull request of @abhijoshi2k has been marked as Ready! It can now be reviewed and/or merged by Maintainers.
|
The exact package-lock.json change was the thing I wanted to do by running |
Okay. Now I think we can merge |
This time I by mistake forgot to squash and merge 🤣 |
It's fine... |
Thank you for contributing! Please check the following things before submiting your PR:
Required:
If necessary:
Description
Added support for Date of update
Markdown file comments changed as follows:
<!--START_SECTION:activity-->
changes to<!--RECENT_ACTIVITY:start-->
<!--END_SECTION:activity-->
changes to<!--RECENT_ACTIVITY:start-->
For adding Date, add this to your markdown file:
<!--RECENT_ACTIVITY:last_update-->
For adding timezone and date format, add the following parameters to
.yml
file:TIMEZONE_OFFSET
DATE_STRING
DATE_FORMAT
For date formats, refer : https://www.npmjs.com/package/dateformat
Closes #
Note: we will close your PR without comment if you do not check the required boxes above and provide ALL requested information.