File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -132,16 +132,15 @@ This project uses [Conventional Commits](https://www.conventionalcommits.org/) f
132132
133133### CI/CD Pipeline
134134
135- The project uses GitHub Actions for continuous integration and deployment :
135+ The project uses GitHub Actions for continuous integration:
136136
137- - ** Non-main branches** : Automatically builds and tests the code
138- - ** Main branch** : Automatically creates releases and publishes to npm
137+ - A single CI pipeline automatically builds and tests the code on all branches and pull requests to main
139138
140- The release process is managed using [ changesets] ( https://github.com/changesets/changesets ) which:
139+ The release process is managed manually using [ changesets] ( https://github.com/changesets/changesets ) which:
1411401 . Determines version bumps based on commit messages
1421412 . Generates changelogs
143- 3 . Creates GitHub releases
144- 4 . Publishes to npm
142+
143+ Releases to GitHub and publishing to npm are performed manually after review.
145144
146145
147146## License
You can’t perform that action at this time.
0 commit comments