Skip to content

Commit 2af1424

Browse files
committedSep 25, 2024
chore: comment out semantic release workflow to prevent releases on template repo
1 parent f25d3c2 commit 2af1424

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed
 
+23-22
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
name: Semantic Release
1+
# Commented out to prevent releases on the template repo
2+
# name: Semantic Release
23

3-
on:
4-
push:
5-
branches:
6-
- main
4+
# on:
5+
# push:
6+
# branches:
7+
# - main
78

8-
jobs:
9-
release:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v4
14-
- name: Configure Semantic Release
15-
# Work around for non npm project
16-
# REF: https://github.com/cycjimmy/semantic-release-action/issues/115#issuecomment-1817264419
17-
run: echo '{"branches":[],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/github"]}' > .releaserc.json
18-
- name: Create Release
19-
uses: cycjimmy/semantic-release-action@v4
20-
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22-
with:
23-
branches: |
24-
["main"]
9+
# jobs:
10+
# release:
11+
# runs-on: ubuntu-latest
12+
# steps:
13+
# - name: Checkout
14+
# uses: actions/checkout@v4
15+
# - name: Configure Semantic Release
16+
# # Work around for non npm project
17+
# # REF: https://github.com/cycjimmy/semantic-release-action/issues/115#issuecomment-1817264419
18+
# run: echo '{"branches":[],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/github"]}' > .releaserc.json
19+
# - name: Create Release
20+
# uses: cycjimmy/semantic-release-action@v4
21+
# env:
22+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
# with:
24+
# branches: |
25+
# ["main"]

0 commit comments

Comments
 (0)