Skip to content

Commit

Permalink
Removed releaserc and moved changes to ci pipeline for simplicity.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncollinson2001 committed Oct 8, 2024
1 parent eeaa554 commit 50a3c77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ jobs:
- name: Create Semantic Release
uses: cycjimmy/[email protected]
id: semantic-release
with:
branches: |
['main']
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/github
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

Expand Down
10 changes: 0 additions & 10 deletions .releaserc

This file was deleted.

0 comments on commit 50a3c77

Please sign in to comment.