Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/release-please
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.16.0
Choose a base ref
...
head repository: googleapis/release-please
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.17.0
Choose a head ref
  • 2 commits
  • 16 files changed
  • 3 contributors

Commits on Feb 20, 2025

  1. feat: allow date updating in generic strategy (#2440)

    * 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 #1798
    
    * fixup! feat: allow date updating in generic strategy
    
    * fixup! feat: allow date updating in generic strategy
    
    * test: fix snapshot
    
    ---------
    
    Co-authored-by: Jeff Ching <chingor@google.com>
    jolars and chingor13 authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    3099091 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 16.17.0 (#2487)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    26e75d3 View commit details
    Browse the repository at this point in the history
Loading