Skip to content

Commit

Permalink
build: use changeset instead of semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
karimdaghari committed Oct 30, 2023
1 parent b734734 commit 262c5b4
Show file tree
Hide file tree
Showing 5 changed files with 4,691 additions and 9,646 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)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# see: https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions#.github-workflows-release.yml-configuration-for-node-projects

name: Release

on:
Expand All @@ -19,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node.js
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '20.x'
Expand Down
Loading

0 comments on commit 262c5b4

Please sign in to comment.