Skip to content

Commit

Permalink
fix(ci): update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sawaYch committed Apr 4, 2024
1 parent 7715788 commit 45e5ea9
Show file tree
Hide file tree
Showing 8 changed files with 1,885 additions and 1,190 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
14 changes: 14 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "next-youtube-livechat" }
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
2 changes: 2 additions & 0 deletions .github/workflows/publish-source-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
tags:
- 'v*'
workflow_dispatch: {}

name: Publish
jobs:
publish:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Release

on:
push:
branches: [master, beta]
branches: [master]
# paths:
# - 'packages/next-youtube-livechat/**'
workflow_dispatch: {}

jobs:
release:
Expand Down
1 change: 0 additions & 1 deletion .husky/commit-msg

This file was deleted.

3 changes: 0 additions & 3 deletions commitlint.config.js

This file was deleted.

Loading

0 comments on commit 45e5ea9

Please sign in to comment.