Create a new branch from development:
git checkout -b release/[new version here]
git checkout -b release/1.0.0
tip: run cat package.json| grep version
to check the current version before creating the release branch.
Then bump the version [ major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=<prerelease-id> ]