Skip to content

Commit

Permalink
Merge pull request #43 from alisaitteke/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
alisaitteke authored Jan 13, 2024
2 parents 468a1cb + 605dbb4 commit 023d02f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
22 changes: 17 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: '[email protected]'

- name: Print version
run: "echo '${{ steps.release.outputs.version }}'"

# Commit changes
- name: Commit CHANGELOG.md and package.json changes and create tag
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "https://github.com/alisaitteke/seatmap-canvas",
Expand Down

0 comments on commit 023d02f

Please sign in to comment.