• Robert Knight's avatar
    Stop updating package.json version field during deployments from Jenkins · c896ec41
    Robert Knight authored
    Creating a commit which updates the version number as part of
    the release process prevents deployments of the master branch which are
    not the latest commit, which is a surprising limitation compared to our
    release process for h etc.
    
    This commit resolves the issue by removing the version-bumping commit.
    Instead package.json in the source tree contains a fixed, unchanging
    version number which is set to the real version just before the package
    is published to npm. The release version is obtained by fetching the tag
    with the highest version number and incrementing the major part.
    c896ec41
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
embedding-examples Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.babelrc Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...
requirements-dev.in Loading commit data...
tox.ini Loading commit data...
yarn.lock Loading commit data...