Skip to content

Commit

Permalink
fix: Install semantic release directly in release.yml (#78)
Browse files Browse the repository at this point in the history
* Install semantic release directly in release.yml

* update dependabot
  • Loading branch information
patrick-zippenfenig authored Aug 7, 2024
1 parent 30ad40d commit 66a7504
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6,977 deletions.
19 changes: 0 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,6 @@ updates:
- dependency-type: direct
commit-message:
prefix: "fix: "
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 10
reviewers:
- patrick.zippenfenig
allow:
- dependency-type: direct
commit-message:
prefix: "fix: "
groups:
semantic:
patterns:
- "@semantic-release/*"
- "semantic-release"
- "semantic-release-pypi"
- "conventional-changelog-conventionalcommits"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Release system depends on:
# - .releaserc.json (make sure to select the right branch)
# - .github/workflows/semantic-pr-check.yml

name: Release

#on:
# push:
# branches:
# - main

# Only run releases manually
on:
workflow_dispatch:

Expand Down Expand Up @@ -33,6 +38,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install semantic-release
run: |
npm install --no-save semantic-release conventional-changelog-conventionalcommits semantic-release-pypi
- name: Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/schedule-update-actions.yml

This file was deleted.

Loading

0 comments on commit 66a7504

Please sign in to comment.