Skip to content

Commit

Permalink
generating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Oct 25, 2024
1 parent 98b8e32 commit a1d2111
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,19 @@ jobs:
run: sleep 30s
shell: bash

- name: Get new tag
id: newtag
uses: "WyriHaximus/github-action-get-previous-tag@v1"

- name: update Release Changelog
id: update-changelog
uses: requarks/changelog-action@v1
with:
reverseOrder: true
excludeTypes: build
token: ${{ github.token }}
fromTag: "v${{ steps.package-version.outputs.current-version}}"
# fromTag: "v${{ steps.package-version.outputs.current-version}}"
fromTag: ${{ steps.newtag.outputs.tag }}
toTag: ${{ steps.previoustag.outputs.tag }}

- name: commit changelog
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": "@webitel/ui-sdk",
"version": "24.10.49-8",
"version": "24.10.49-9",
"private": false,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit a1d2111

Please sign in to comment.