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: semantic-release/github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.3.4
Choose a base ref
...
head repository: semantic-release/github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.0
Choose a head ref
  • 19 commits
  • 16 files changed
  • 3 contributors

Commits on Sep 11, 2024

  1. chore: update peer dependency for semantic-release

    BREAKING CHANGE: the minimum required version of semantic-release to use
    @semantic-release/github is now v24.1.0
    babblebey committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    95c7cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a9914a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    792720d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8f0c9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bff9a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. refactor: modify commit associatedPRs and relatedIssues label prope…

    …rty data type.
    
    BREAKING CHANGE: the commit associatedPR and relatedIssues `label` prop is now an array of objects with more properties
    babblebey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    718134a View commit details
    Browse the repository at this point in the history
  2. doc: updated usage example for successCommentsConditions and `failC…

    …ommentCondition`; updated information on relatedIssue type of issue
    babblebey committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    abcf4c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87ff01d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18ba56a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. chore(deps): lock file maintenance (#927)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    59cb02c View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency publint to v0.2.11 (#928)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2cc8f1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    520271f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. ci(action): update actions/setup-node action to v4.0.4 (#929)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e57dc0c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    775480e View commit details
    Browse the repository at this point in the history
  2. fix: replace searchAPI usage with GraphQL in findSRIssue util (#…

    …907)
    
    * feat: add graphql query loader `loadGetSRIssuesQuery` to fetch SRIssues
    
    * chore: add new `RELEASE_FAIL_LABEL` constant
    
    * feat: integrate issues fetch with graphql
    
    * feat: add fallback to searchAPI for backward compatibility
    
    * feat: integrated config label in SRIssues search
    
    * fix: error `getSRIssue` graphql query label param type
    
    * fix: undefined `data` property destructed from graphql reponse
    
    * refactor: modified wrong `body` property in query
    
    * refactor: remove conditions from searchAPI fallback logic
    
    * refactor: replace `getSRIssues` graphql query `label` param with `filter`
    
    * feat: implement unique issue sorting to address fallback `backwardIssues` conflict
    
    * feat: modify `findSRIssue` integration in `success` script; add `logger` to its params;
    
    * feat: integrate opinionated `RELEASE_FAIL_LABEL` into `fail` script
    
    * chore: Questions and lint fixes
    
    * refactor: modified `findSRIssues` integration in `fail` script
    
    * test: fixed `findSRIssue` units test
    
    * test: fixed `fail` unit tests
    
    * test: fix integrations test
    
    * test: fixed `success` unit tests
    
    * test: `Verify, release and notify success` fix attempt
    
    * test: addressed `"Verify, release and notify success"` case in `integrations`
    
    * test: fix `success` units
    
    * test: fix `fail` units
    
    * refactor: remove error object from searchAPI fallback error handle
    
    * test: add new case `"Handle error in searchAPI fallback"`
    
    * Revert "refactor: remove conditions from searchAPI fallback logic"
    
    This reverts commit a478a2b.
    
    * modified `RELEASE_FAIL_LABEL` value to `semantic-release`
    
    * test: fix cases for conditional `searchAPI` fallback consumption
    
    * Update lib/resolve-config.js
    babblebey authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7fb46a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    311eecf View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. chore(deps): lock file maintenance (#930)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    39aa5b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    5bef865 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #916 from semantic-release/add/warn

    chore(deps): bump minimum peer dependency bound with `semantic-release`
    babblebey authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b6ed55e View commit details
    Browse the repository at this point in the history
Loading