Skip to content

Commit 0f807cd

Browse files
committed
fixup! ci: remove lerna, leverage basic shell script
1 parent 46b31f0 commit 0f807cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ The version numbers for our releases are solely managed through git tags. It imp
1818

1919
It's the tradeoff we make to keep the project simple and easy to manage, and to avoid the complexity of managing multiple compatible versions of the project.
2020

21-
In summary : we conside a version number as being an indivisible release of all the subpackages of the repository.
21+
In summary : we consider a version number as being an indivisible release of all the subpackages of the repository.
2222

2323
### Making a release
2424

2525
1. Create a git tag (let's say `0.0.30`) on the `dev` branch and push it. **Note: we do not tag with a V in front of the semver, IT'S 0.0.30 AND NOT v0.0.30**.
26-
2. Create a github release (By convention, we use the same name as the tag with a v in front of it, `v0.0.30`. You can give fancy names to release if you want to : `0.0.30 : Camembert`, it will only appear in the release page of GitHub).
26+
2. Create a github release (By convention, we use the same name as the tag with the letter `v` in front of it, `v0.0.30`. You can give fancy names to release if you want to : `0.0.30 : Camembert`, it will only appear in the release page of GitHub).
2727

2828
### Adding a new package to the monorepo
2929

0 commit comments

Comments
 (0)