Merge pull request #2692 from balena-io/1.5.13

1.5.14
This commit is contained in:
Alexis Svinartchouk 2019-03-20 18:09:34 +01:00 committed by GitHub
commit 8b7266a435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 1350 deletions

View File

@ -136,15 +136,11 @@ TARGETS = \
sanity-checks \
clean \
distclean \
changelog \
webpack \
electron-develop \
electron-test \
electron-build
changelog:
versionist
webpack:
./node_modules/.bin/webpack

View File

@ -40,37 +40,6 @@ Releasing
- Write a blog post about it, and / or
- Write about it to the Etcher mailing list
### Preparing a New Version
- Create & hop onto a new release branch, i.e. `release-1.0.0`
- Bump the version number in the `package.json`'s `version` property.
- Bump the version number in the `npm-shrinkwrap.json`'s `version` property
- Add a new entry to `CHANGELOG.md` by running `make changelog`
- Manually revise the `CHANGELOG.md` versionist output
- Revise the `updates.semverRange` version in `package.json`
- Commit the changes with the version number as the commit title, including the `v` prefix, to `master`. For example:
**NOTE:** The version **MUST** be prefixed with a "v"
```bash
git commit -m "v1.0.0" # not 1.0.0
```
- Create an annotated tag for the new version. The commit title should equal the annotated tag name. For example:
```bash
git tag -a v1.0.0 -m "v1.0.0"
```
- Push the commit and the annotated tag.
```bash
git push
git push --tags
```
- Open a pull request against `master` titled "Release v1.0.0"
### Generating binaries
**Environment**

1339
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -48,7 +48,7 @@
"d3": "^4.13.0",
"debug": "^3.1.0",
"electron-is-running-in-asar": "^1.0.0",
"etcher-sdk": "^1.3.0",
"etcher-sdk": "^1.3.10",
"flexboxgrid": "^6.3.0",
"immutable": "^3.8.1",
"inactivity-timer": "^1.0.0",
@ -106,7 +106,6 @@
"sass-lint": "^1.12.1",
"simple-progress-webpack-plugin": "^1.1.2",
"spectron": "^5.0.0",
"versionist": "^4.0.1",
"webpack": "^4.27.0",
"webpack-cli": "^3.1.2",
"webpack-node-externals": "^1.7.2"