Skip to content

Commit 4ef18d5

Browse files
authored
Merge pull request #168 from hirosystems/develop
Merge up `develop` to `main`
2 parents d111c44 + 4cde5e8 commit 4ef18d5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
3838
SEMANTIC_RELEASE_PACKAGE: ${{ github.event.repository.name }}
3939
with:
4040
semantic_version: 19
41-
branches: |
42-
[
43-
'main'
44-
]
4541
extra_plugins: |
4642
@semantic-release/changelog@6.0.3
4743
@semantic-release/git@10.0.1

.releaserc

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"branches": [
3+
"main"
4+
],
25
"plugins": [
36
[
47
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)