Skip to content

Commit

Permalink
chore: master -> main (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzjacobs authored Apr 25, 2023
1 parent 5b1f51c commit 9e8ee49
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release
on:
push:
branches:
- master
- main
jobs:
prepare:
runs-on: ubuntu-latest
Expand Down
35 changes: 15 additions & 20 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
{
"branches": [
"master",
"next"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
]
}
],
"@semantic-release/github",
"@semantic-release/npm"
]
}
"branches": ["main", "next"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"]
}
],
"@semantic-release/github",
"@semantic-release/npm"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://raw.githubusercontent.com/peerigon/scriptlint/master/assets/scriptlint-logo.png" width="150" height="150"><br>
<img src="https://raw.githubusercontent.com/peerigon/scriptlint/main/assets/scriptlint-logo.png" width="150" height="150"><br>

[![scriptlint status](https://img.shields.io/endpoint?url=https://scriptlint.peerigon.io/api/shield/scriptlint/latest)](https://scriptlint.peerigon.io/issues/scriptlint/latest)
[![npm version badge](https://img.shields.io/npm/v/scriptlint?style=flat-square)](https://npmjs.com/package/scriptlint)
Expand Down

0 comments on commit 9e8ee49

Please sign in to comment.