Skip to content

Commit

Permalink
Merge pull request #1617 from Sefaria/update-semantic-action
Browse files Browse the repository at this point in the history
ci: update to latest semantic release action
  • Loading branch information
edamboritz committed Aug 31, 2023
2 parents eb8c7a1 + 21a5fee commit a06949f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,12 @@ jobs:
run: git pull origin $GITHUB_REF
- name: create release rules
run: helm-chart/release-rules.sh
- uses: cycjimmy/semantic-release-action@v3
- uses: cycjimmy/semantic-release-action@v4
id: semantic
with:
working_directory: ./helm-chart
semantic_version: 19.0.5
extra_plugins: |
conventional-changelog-conventionalcommits@6.1.0
@semantic-release/commit-analyzer@9.0.2
@semantic-release/release-notes-generator@10.0.3
@semantic-release/npm@9.0.2
@semantic-release/github@8.0.7
@semantic-release/git@10.0.1
conventional-changelog-conventionalcommits
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,11 @@ jobs:
version: ${{ steps.releaseVersion.outputs.releaseVersion }}
steps:
- uses: actions/checkout@v3
- uses: cycjimmy/semantic-release-action@v3
- uses: cycjimmy/semantic-release-action@v4
id: semantic
with:
semantic_version: 19.0.5
extra_plugins: |
conventional-changelog-conventionalcommits@6.1.0
@semantic-release/commit-analyzer@9.0.2
@semantic-release/release-notes-generator@10.0.3
@semantic-release/npm@9.0.2
@semantic-release/github@8.0.7
@semantic-release/git@10.0.1
conventional-changelog-conventionalcommits
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: check version was generated
Expand Down

0 comments on commit a06949f

Please sign in to comment.