Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    d9d131de
    feat: Full patch separation support (#572) · d9d131de
    Rhys Arkins authored
    This PR adds explicit patch support. A user can set `separatePatchReleases` to true and receive not only major/minor updates but also patch updates separately. This functionality is also implicitly enabled if `automerge` is set to `patch`.
    This PR also enables separate major/minor/patch configuration, e.g. config overrides for major versions, for patch versions, etc. `branchName` is currently overridden for patch branches using this technique.
    
    Closes #390, Closes #538 
    d9d131de
    History
    feat: Full patch separation support (#572)
    Rhys Arkins authored
    This PR adds explicit patch support. A user can set `separatePatchReleases` to true and receive not only major/minor updates but also patch updates separately. This functionality is also implicitly enabled if `automerge` is set to `patch`.
    This PR also enables separate major/minor/patch configuration, e.g. config overrides for major versions, for patch versions, etc. `branchName` is currently overridden for patch branches using this technique.
    
    Closes #390, Closes #538