Skip to content

Commit

Permalink
chore(CI): skip GitHub release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Sep 21, 2022
1 parent 98161c9 commit 41c0491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changeset/config.json
Expand Up @@ -13,6 +13,7 @@
"react-router-native"
]
],
"linked": [],
"access": "public",
"baseBranch": "dev",
"updateInternalDependencies": "patch",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -53,6 +53,7 @@ jobs:
commit: "chore: Update version for release"
title: "chore: Update version for release"
publish: yarn release
createGithubReleases: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

3 comments on commit 41c0491

@simPod
Copy link

@simPod simPod commented on 41c0491 Oct 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? now we don't see what's changed

image

@chaance
Copy link
Collaborator Author

@chaance chaance commented on 41c0491 Oct 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? now we don't see what's changed

We write these manually, just haven't gotten to it yet for yesterday's release.

@simPod
Copy link

@simPod simPod commented on 41c0491 Oct 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool

Please sign in to comment.