diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9d81675..a61a0fb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,6 +12,8 @@ jobs: # Checkout project repository - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 # Setup Node.js environment - name: Setup Node.js @@ -58,12 +60,22 @@ jobs: RELEASE_TYPE: ${{ github.event.inputs.release-type }} # Update changelog unreleased section with new version - - name: Update changelog - uses: superfaceai/release-changelog-action@v1 +# - name: Update changelog +# uses: superfaceai/release-changelog-action@v1 +# with: +# path-to-changelog: CHANGELOG.md +# version: ${{ env.NEW_VERSION }} +# operation: release + - name: Conventional commits check + uses: oknozor/cocogitto-action@v3 with: - path-to-changelog: CHANGELOG.md - version: ${{ env.NEW_VERSION }} - operation: release + release: true + check-latest-tag-only: true + git-user: 'Ali Sait Teke' + git-user-email: 'alisaitteke@gmail.com' + + - name: Print version + run: "echo '${{ steps.release.outputs.version }}'" # Commit changes - name: Commit CHANGELOG.md and package.json changes and create tag diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7057d..041c5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog - - - +## [v2.5.14](https://github.com/alisaitteke/seatmap-canvas/compare/v2.5.13..v2.5.14) - 2024-01-13 +#### Miscellaneous Chores +- **(CHANGELOG.md)** remove unnecessary version entries - ([c0af6d4](https://github.com/alisaitteke/seatmap-canvas/commit/c0af6d4566853daa562c1a9aa346602890a1ea20)) - Ali + +- - - + + ## [v2.5.11](https://github.com/alisaitteke/seatmap-canvas/compare/v2.5.10..v2.5.11) - 2024-01-13 #### Bug Fixes - **(changelog.yaml)** add fetch-depth: 0 option to the checkout step to ensure full commit history is available for generating changelog - ([ee590c5](https://github.com/alisaitteke/seatmap-canvas/commit/ee590c5c201af6c175e4b8eff642d4a2339afd55)) - Ali diff --git a/package.json b/package.json index e274746..5ecc1c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alisaitteke/seatmap-canvas", - "version": "2.5.9", + "version": "2.5.14", "tags": "seating, seat, seatmap, seat-selection, seat-booking, booking, ticket, reservation", "author": "Ali Sait TEKE ", "homepage": "https://github.com/alisaitteke/seatmap-canvas",