-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I've noticed that there is an almost empty commit after any changes that aren't related to documentation:
this commit
It bothers me a little (I don't like to produce empty commits), and I see possible solutions:
- allow a user to set a
date
manually - allow a user to set a
date-pattern
manually
Hypothetical github-actions
' usage with the date:
- name: Generate date
id: generate_date
run: echo "date=$(date +%Y)" >> "$GITHUB_OUTPUT"
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: improved-search.nvim
date: ${{ steps.generate_date.outputs.date }}
Hypothetical github-actions
' usage with the date-pattern:
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: improved-search.nvim
date-pattern: "%Y"
I think date-pattern
seems easier to use.
I would make a PR if you say it makes sense to implement any of the things.
By the way, thank you for the great project!
kdheepak and mikesmithghkdheepak
Metadata
Metadata
Assignees
Labels
No labels