Browse Source

Run semantic-relase on the production branch

This change will make semantic-release run only on the `production`
branch. This means only merges to production will create new NPM
packages, GitHub releases, git tags, and `:latest` Docker images on
Docker hub.

Connects https://github.com/pelias/pelias/issues/721
pull/1133/head
Julian Simioni 7 years ago
parent
commit
37430d5dab
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 5
      package.json

5
package.json

@ -90,5 +90,8 @@
"validate",
"test",
"check-dependencies"
]
],
"release": {
"branch": "production"
}
}

Loading…
Cancel
Save