Skip to content

Commit

Permalink
Merge pull request #16 from anantakumarghosh/ME-enhancement-2
Browse files Browse the repository at this point in the history
fix: add script to install standard version
  • Loading branch information
anantakumarghosh authored Feb 1, 2024
2 parents d5f4b65 + e1624ad commit df34b1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
node-version: '16'

- name: Install dependencies
run: npm install -g standard-version
# - name: Install dependencies
# run: npm install -g standard-version

# - name: Generate release notes
# id: release
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
with:
node-version: 16

- name: Install dependencies
run: npm install -g standard-version

- name: Set release type
id: release-type
run: |
Expand Down

0 comments on commit df34b1a

Please sign in to comment.