Skip to content

Commit

Permalink
chore: disable swagger on production
Browse files Browse the repository at this point in the history
  • Loading branch information
ByeongHunKim committed Sep 21, 2023
1 parent 94fbc59 commit d5cdd06
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# NestJS Boilerplate
# NestJS Boilerplate - v1.0.0

## Branch Naming Convention for Releases
For our release branches, we use the following naming convention:
```markdown
release/v[version]
```
- Example: `release/v1.0.0`
- In this convention, `[version]` represents the release version. We adhere to the Semantic Versioning (SemVer) rules for our version numbers. For more details on SemVer, please visit [Semantic Versioning](https://semver.org/).

---
## Environment

- `Webstorm IDE`
Expand Down

0 comments on commit d5cdd06

Please sign in to comment.