We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a088e17 commit d0ee2ddCopy full SHA for d0ee2dd
README.md
@@ -167,6 +167,6 @@ class CustomStore implements Store {
167
After that add the store in the authOptions.
168
169
## How to publish
170
-
171
-- Increase version by running Version workflow on github or 'yarn version' command on local machine. This updates package.json and creates tag
172
-- Check github action to validated, that package was released to npm registry.
+- Create & Push a tag with new version number
+- The CICD actions will take this version number for npm package automatically
+- Check github action to validated, that package was released to npm registry.
0 commit comments