Skip to content

Commit

Permalink
Merge pull request #69 from dxfrontier/changes-2453
Browse files Browse the repository at this point in the history
chore(build): changes to name of the release
  • Loading branch information
dragolea authored Jun 17, 2024
2 parents 092b8ab + 8511c0c commit 78ac1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
git commit -m "chore(doc): CHANGELOG.md updated"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git update-changelog-${{ github.run_id }}
- name: Create a Pull Request and push the commit to merge
- name: Create a Pull Request and push the CHANGELOG.md to main
id: create_pr
uses: peter-evans/create-pull-request@v6
with:
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": "@dxfrontier/cds-ts-dispatcher",
"version": "2.0.24",
"version": "2.0.25",
"description": "The goal of CDS-TS-Dispatcher is to significantly reduce the boilerplate code required to implement TS handlers provided by the SAP CAP framework.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 78ac1c8

Please sign in to comment.