Skip to content

Commit

Permalink
chore(changeset): Set up changeset cli and CI
Browse files Browse the repository at this point in the history
Introduced a GitHub Action workflow involved in code checkout, Node.js
setup with pnpm, dependencies installation, caching, and release
automation. Enhanced PR checks workflow to validate the presence of
changesets before merging into main. Also, set up and documented
`@changesets/cli` build tool for versioning and publishing code, adding
it along with several related packages to the project dependencies.

Signed-off-by: Giovanni Ravalico <[email protected]>
  • Loading branch information
suddenlyGiovanni committed Apr 4, 2024
1 parent 1ed877f commit f055943
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/young-actors-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@suddenly-giovanni/resume": patch
---

Set up changeset cli and CI

- Introduced GitHub Action workflow for code checkout, setup of Node.js with pnpm, dependencies installation, caching and release automation.
- Enhanced pull request checks workflow for validating the presence of changesets before merging into main branch.
- Setup and documented `@changesets/cli` build tool for versioning and publishing code.
- Add`@changesets/cli` package along with several other related packages added to project dependencies.

0 comments on commit f055943

Please sign in to comment.