-
Update version in packages.json
-
create a .md file with version name inside CHANGELOG folder, like the
follwing: v0.70.13.md
(v is a must)
-
Add version name as a header in the newly created .md file, like this:
## [0.70.13]
-
Type changes in the newely created changelog file
-
mention created file in CHANGELOG.md -which is located in the root directory-
like the following:
## [0.70.13]
[v0.70.13.md](./CHANGELOG/v0.70.13.md)
-
run npm i
in terminal, to update package.lock
-
push changes
-
run npm publish
in terminal (You don't have to build production before
publishing, since the "prepare" script handles it)
-
create tag with version name on gitlab, like this: v0.70.13
. (v is a
must)
-
wait for Jenkins to finish, can be viewed here:
jenkins-beta.nagwa.com