We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To perform a test deploy:
package.json
grunt deploy
This assumes that you have the keys to jqadmin@code.jquery.com, if that's the case then:
jqadmin@code.jquery.com
grunt release --releaseBranch=<current-branch> --releaseVersion=<version-to-release>
This will assert:
Once all theses checks have passed it will:
releaseVersion
releaseVersion + ( patch + 1 )``pre
NOTE: The last step is manual
You still need to push manually to the central repo, both the branch and the new tag:
git push origin <current-branch>
git push origin <version-to-release>