Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): add warning for semantic-release #288

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,15 @@ This template includes ready-made solutions for integration with:
- **Linters**: Help you maintain a consistent code writing style
and find errors.

<!-- > By default **ESLint**, **Prettier**, **Editorconfig Checker** and
> **Remark** check all files in the project, if you want to change this
> behavior then go to [`package.json`](package.json)
> and [`lint-staged.config.js`](lint-staged.config.js)
> files. -->

- **Tests**: Automated testing will help you focus on
writing better code!

- **Semantic Release**: For those who are tired of writing changelogs
and thinking about what the next version number will be.

> If you have **Branch and Tag Protection** rules configured,
> please read this [article](https://gonzalohirsch.com/blog/semantic-release-and-branch-protection-rules).

- **TypeScript**: Pre-configured **TypeScript** setup
for improved reliability and development convenience.

Expand Down
Loading