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: python-semantic-release/publish-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.13.0
Choose a base ref
...
head repository: python-semantic-release/publish-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 11, 2024

  1. Copy the full SHA
    de58a75 View commit details
  2. Copy the full SHA
    0b175ab View commit details

Commits on Dec 2, 2024

  1. ci(deps): bump `python-semantic-release/[email protected]

    ….0` to 9.15.0 (#27)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2024
    Copy the full SHA
    0ca84c7 View commit details
  2. build(deps): bump python-semantic-release from 9.14.0 to 9.15.0 (#28)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2024
    Copy the full SHA
    cce3296 View commit details

Commits on Dec 4, 2024

  1. Copy the full SHA
    62c83b4 View commit details

Commits on Dec 16, 2024

  1. ci(deps): bump python-semantic-release & changed-files action ver…

    …sions (#30)
    
    * ci(deps): bump `python-semantic-release/python-semantic-release` from 9.15.0 to 9.15.1
    
    * ci(deps): bump `tj-actions/changed-files` from 45.0.4 to 45.0.5
    dependabot[bot] authored Dec 16, 2024
    Copy the full SHA
    693a74a View commit details
  2. build(deps): bump python-semantic-release from 9.15.1 to 9.15.2 (#31)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 16, 2024
    Copy the full SHA
    e4e352f View commit details
  3. ci(deps): bump [email protected] action version to 9.…

    …15.2 (#32)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 16, 2024
    Copy the full SHA
    b9c41d4 View commit details

Commits on Jan 11, 2025

  1. ci(deps): bump tj-actions/changed-files action from 45.0.5 to 45.0.6 (

    #33)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2025
    Copy the full SHA
    52a7c6d View commit details

Commits on Jan 12, 2025

  1. Copy the full SHA
    97409f7 View commit details
  2. Copy the full SHA
    4da0281 View commit details
  3. Copy the full SHA
    7950d95 View commit details
  4. Copy the full SHA
    3a3f8e2 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 .github/workflows/release.yml
  2. +1 −1 .github/workflows/validate.yml
  3. +1 −1 src/requirements.txt
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ jobs:
- name: Release | Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v9.13.0
uses: python-semantic-release/python-semantic-release@v9.16.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
root_options: "-vv -c releaserc.toml"
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:

- name: Evaluate | Check specific file types for changes
id: changed-files
uses: tj-actions/changed-files@v45.0.4
uses: tj-actions/changed-files@v45.0.6
if: github.event_name == 'push' || github.event_name == 'pull_request'
with:
base_sha: ${{ github.event.push.before || github.event.pull_request.base.sha }}
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-semantic-release == 9.13.0
python-semantic-release == 9.16.1