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
132
132
133
133
### CI/CD Pipeline
134
134
135
- The project uses GitHub Actions for continuous integration and deployment :
135
+ The project uses GitHub Actions for continuous integration:
136
136
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
139
138
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:
141
140
1 . Determines version bumps based on commit messages
142
141
2 . 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.
145
144
146
145
147
146
## License
You can’t perform that action at this time.
0 commit comments