Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/co-author
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansiegel committed Aug 7, 2023
2 parents 5bcf1d8 + 70c69fc commit 6edcfe6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm install semantic-release @semantic-release/exec @google/semantic-release-replace-plugin conventional-changelog-conventionalcommits
run: npm install semantic-release @semantic-release/exec semantic-release-replace-plugin conventional-changelog-conventionalcommits
- name: Release
if: github.ref == 'refs/heads/master'
env:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tagFormat: "v${version}"
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- - "@google/semantic-release-replace-plugin"
- - "semantic-release-replace-plugin"
- replacements:
- files: [ "setup.py "]
from: "version=\"0.0.0\""
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs==1.3.0
mkdocs-material==8.2.12
markdown-include==0.6.0
pymdown-extensions==9.4
pymdown-extensions==10.0
Markdown==3.3.7

0 comments on commit 6edcfe6

Please sign in to comment.