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: sebbo2002/ical-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0-develop.2
Choose a base ref
...
head repository: sebbo2002/ical-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0-develop.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 21, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    jouve Cyril Jouve
    Copy the full SHA
    ccba971 View commit details
  2. chore(release): 🔖 6.0.0-develop.3 [skip ci]

    # [6.0.0-develop.3](v6.0.0-develop.2...v6.0.0-develop.3) (2023-10-21)
    
    ### Features
    
    * Enable npm provenance ([ccba971](ccba971))
    semantic-release-bot committed Oct 21, 2023
    Copy the full SHA
    d8c2c2a View commit details
Showing with 8 additions and 0 deletions.
  1. +1 −0 .github/workflows/test-release.yml
  2. +7 −0 CHANGELOG.md
1 change: 1 addition & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
@@ -91,6 +91,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_OWNER: ${{ github.repository_owner }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
- name: 🔃 Merge main back into develop
if: ${{ github.ref == 'refs/heads/main' }}
uses: everlytic/branch-merge@1.1.5
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [6.0.0-develop.3](https://github.com/sebbo2002/ical-generator/compare/v6.0.0-develop.2...v6.0.0-develop.3) (2023-10-21)


### Features

* Enable npm provenance ([ccba971](https://github.com/sebbo2002/ical-generator/commit/ccba971b065542500d0f3fa1475eea9f849b03f0))

# [6.0.0-develop.2](https://github.com/sebbo2002/ical-generator/compare/v6.0.0-develop.1...v6.0.0-develop.2) (2023-10-19)

# [6.0.0-develop.1](https://github.com/sebbo2002/ical-generator/compare/v5.0.2-develop.2...v6.0.0-develop.1) (2023-10-19)