Files
zulip/static/shared/.npmrc
Greg Price dbe92ebbfe shared: Script up the NPM release process for @zulip/shared.
This will replace about a half-dozen steps of these instructions:
  https://github.com/zulip/zulip-mobile/blob/ec1370159/docs/howto/shared.md#publish

with "run `npm version patch`; then run the commands it prints."
2022-04-25 09:37:35 -07:00

4 lines
151 B
Plaintext

# When running `npm version patch` etc., let our `version` script,
# `tools/npm-version`, take care of making the new Git tag.
git-tag-version = false