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: expose parser and writer option overrides #896

Open
wants to merge 44 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    93a8ca9 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    d0673e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. fix: Combining both release-as and prerelease now doesn't break package

    Previously, as shown in conventional-changelog#542, using both options at the same time resulted in the bump file's version being set to null.
    
    This was validated in the first of the new unit tests. The other unit tests simply check that the rest of the behavior is correct in this case.
    
    With this combination the user can override the version, the purpose of `release-as`, while still starting or continuing a pre-release, the purpose of of the `prerelease`.
    
    Fixes conventional-changelog#542
    kf6kjg committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    dc34a9c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    e284dde View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    9370427 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    7983f6e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    48b9edf View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    8ab2b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad30e33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3389354 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ad4d21 View commit details
    Browse the repository at this point in the history
  5. docs: Update readme to remove version requirements in the docs (since…

    … this package starts at 9.5.0, this requirement is met)
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    b4741f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1974279 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c28bf1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae9e86c View commit details
    Browse the repository at this point in the history
  9. Merge pull request conventional-changelog#5 from posos-tech/master

    feat(tag): add an option to force tag replacement
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    df5a94a View commit details
    Browse the repository at this point in the history
  10. Merge pull request conventional-changelog#3 from absolute-version/ren…

    …ovate/actions-checkout-3.x
    
    chore(deps): update actions/checkout action to v3
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    d1c823f View commit details
    Browse the repository at this point in the history
  11. Merge pull request conventional-changelog#4 from absolute-version/ren…

    …ovate/actions-setup-node-3.x
    
    chore(deps): update actions/setup-node action to v3
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    5129609 View commit details
    Browse the repository at this point in the history
  12. fix: Use relative path in git ignore

    fix: Use relative path in git ignore
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    d2491bc View commit details
    Browse the repository at this point in the history
  13. Merge pull request conventional-changelog#8 from kf6kjg/fix_542

    fix: Combining both release-as and prerelease now doesn't break package
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    5ecfa2e View commit details
    Browse the repository at this point in the history
  14. Merge pull request conventional-changelog#10 from wesleytodd/commit-all

    fix: continue with commit when commitAll is true
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    08a0121 View commit details
    Browse the repository at this point in the history
  15. Merge pull request conventional-changelog#11 from brettdh/fix-dry-run…

    …-version
    
    fix: print version number that updater.writeVersion returns
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    f2e83bf View commit details
    Browse the repository at this point in the history
  16. Merge pull request conventional-changelog#2 from Djaler/fix-fallback-…

    …to-git-tag-version
    
    fix: fallback to git tag if no version in package file
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    57e7091 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fe5b919 View commit details
    Browse the repository at this point in the history
  18. Merge pull request conventional-changelog#9 from absolute-version/rel…

    …ease-please--branches--master--components--commit-and-tag-version
    
    chore(master): release 9.6.0
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    14e4917 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3acdd27 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2037aa4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0f75115 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a704eca View commit details
    Browse the repository at this point in the history
  23. Merge pull request conventional-changelog#13 from absolute-version/re…

    …novate/mocha-10.x
    
    chore(deps): update dependency mocha to v10
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    9c5d33d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c83e36f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    869a208 View commit details
    Browse the repository at this point in the history
  26. Merge pull request conventional-changelog#15 from absolute-version/re…

    …novate/mock-fs-5.x
    
    chore(deps): update dependency mock-fs to v5
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    6a13af2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9fa0c1b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f50bd16 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d190c51 View commit details
    Browse the repository at this point in the history
  30. Merge pull request conventional-changelog#20 from absolute-version/re…

    …novate/yargs-17.x
    
    fix(deps): update dependency yargs to v17
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    c962747 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c38d480 View commit details
    Browse the repository at this point in the history
  32. Merge pull request conventional-changelog#14 from absolute-version/re…

    …lease-please--branches--master--components--commit-and-tag-version
    
    chore(master): release 10.0.0
    TimothyJones committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1537b67 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Configuration menu
    Copy the full SHA
    5eb8886 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3f581c View commit details
    Browse the repository at this point in the history
  3. Merge pull request conventional-changelog#24 from absolute-version/re…

    …lease-please--branches--master--components--commit-and-tag-version
    
    chore(master): release 10.0.1
    TimothyJones committed May 28, 2022
    Configuration menu
    Copy the full SHA
    7b7ed56 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. docs: tweak them a bit

    s-h-a-d-o-w committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    2442808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bed054 View commit details
    Browse the repository at this point in the history