Skip to content

Commit

Permalink
Merge pull request #1612 from Sefaria/fix-semantic-deps
Browse files Browse the repository at this point in the history
Fix semantic deps
  • Loading branch information
edamboritz committed Aug 29, 2023
2 parents 31dae10 + d3ab3a8 commit ad2a5f5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,20 @@ jobs:
fetch-depth: 0
- name: fetch head of branch to ensure semantic can run
run: git pull origin $GITHUB_REF
- name: install semantic dependecies
run: npm install conventional-changelog-conventionalcommits
- name: create release rules
run: helm-chart/release-rules.sh
- uses: cycjimmy/semantic-release-action@v3
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ jobs:
version: ${{ steps.releaseVersion.outputs.releaseVersion }}
steps:
- uses: actions/checkout@v3
- run: npm install conventional-changelog-conventionalcommits
- uses: codfish/semantic-release-action@v2
id: semantic
with:
repository_url: ${{ github.repositoryUrl }}
additional_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
plugins: |
[
['@semantic-release/commit-analyzer', {
Expand Down

0 comments on commit ad2a5f5

Please sign in to comment.