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

feat: allow date updating in generic strategy #2440

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 20, 2024

  1. feat: allow date updating in generic strategy

    Allow updating of dates using the generic updater, by adding a
    x-release-please-date or x-release-please-version-date (to update both
    version and date) to a file anywhere.
    
    The implementation is still very basic. The date is retrieved by just
    checking the current date, but a better approach would be to look at the
    timestamp of the previous feat/fix or breaking change for a conventional
    commit, I think.
    
    I've added an option --date-format to specify the date format. There are
    no assertions with respect to this right now, and the regex matching can
    be improved in several ways.
    
    One option I considered was to try to auto-detect the date format, but I
    think this is bound to be problematic because there are ambiguities in
    date formatting.
    
    Fixes googleapis#1798
    jolars committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    880e565 View commit details
    Browse the repository at this point in the history