Skip to content

Commit

Permalink
feat: rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBabel committed Aug 26, 2021
1 parent bfb19d6 commit c31a26b
Show file tree
Hide file tree
Showing 3 changed files with 1,435 additions and 2,424 deletions.
6 changes: 3 additions & 3 deletions .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:
release:
Expand Down Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Release
run: yarn release
env:
CI_REGISTRY_PASSWORD: ${{ secrets.CI_REGISTRY_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
CI_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

GIT_AUTHOR_NAME: ${{ secrets.GIT_USERNAME }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": ["master", { "name": "development", "prerelease": "d" }],
"branches": ["main", { "name": "development", "prerelease": "d" }],
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/git",
Expand Down
Loading

0 comments on commit c31a26b

Please sign in to comment.