Prettier config.
Ask project owner for the npm proxy repo and run in console this:
export NPM_REGISTRY_PROXY=<url provided by project owner>
git checkout -b release/2.12.1 # Specify version
npm run release -- --release-as 2.12.1 # Specify version
git push -u origin release/2.12.1 --follow-tags
Wait for automatic GitLab CI tasks to complete (build, prepare, release). Manually trigger publication tasks. After the release is published, merge the release branch into the default branch.