Skip to content

Commit ce845e8

Browse files
committed
update README.md
1 parent dc92a1b commit ce845e8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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:
141140
1. Determines version bumps based on commit messages
142141
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.
145144

146145

147146
## License

0 commit comments

Comments
 (0)