Skip to content

Commit

Permalink
build(release): Update conventional-github-releaser to latest (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan authored and mergify[bot] committed Jul 18, 2019
1 parent 1b9cc8e commit 522a489
Show file tree
Hide file tree
Showing 8 changed files with 1,316 additions and 1,408 deletions.
1,960 changes: 927 additions & 1,033 deletions CHANGELOG.md

Large diffs are not rendered by default.

38 changes: 12 additions & 26 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ This project adheres to the [Box Open Code of Conduct](http://opensource.box.com

## How to contribute

* **File an issue** - if you found a bug, want to request an enhancement, or want to implement something (bug fix or feature).
* **Send a pull request** - if you want to contribute code. Please be sure to file an issue first.
- **File an issue** - if you found a bug, want to request an enhancement, or want to implement something (bug fix or feature).
- **Send a pull request** - if you want to contribute code. Please be sure to file an issue first.

## Pull request best practices

Expand All @@ -39,35 +39,21 @@ The upstream source is the project under the Box organization on GitHub. To add
git remote add upstream git@github.com:box/box-content-preview.git
```

### Step 4: Create a feature branch
### Step 4: Push your feature branch to your fork

Create a branch with a descriptive name, such as `add-search`.

### Step 5: Push your feature branch to your fork

As you develop code, continue to push code to your remote feature branch. Please make sure to include the issue number you're addressing in your commit message, such as:
Keep a separate feature branch for each issue you want to address. As you develop code, continue to push code to your remote feature branch. If applicable, please make sure to include the issue number you're addressing in your commit message, such as:

```
Tag: Short description (fixes #1234)
tag(scope): short description
Longer description here if necessary
fixes #1234
longer description here if necessary.
include BREAKING CHANGE keyword for breaking changes.
```
The Tag is one of the following:

* `Fix` - for a bug fix.
* `Update` - for a backwards-compatible enhancement or a change to a rule that increases the number of reported problems.
* `New` - implemented a new feature.
* `Breaking` - for a backwards-incompatible enhancement or feature.
* `Docs` - changes to documentation only.
* `Build` - changes to build process only.
* `Upgrade` - for a dependency upgrade.
* `Chore` - for refactoring, adding tests, etc. (anything that isn’t user-facing).

The message summary should be a one-sentence description of the change, and it must be 72 characters in length or shorter. If the pull request addresses an issue, then the issue number should be mentioned at the end.

Keep a separate feature branch for each issue you want to address.
The message summary should be a one-sentence description of the change, and it must be 72 characters in length or shorter. For a list of tags, please see the conventional changelog [documentation](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#type-enum).

### Step 6: Rebase
### Step 5: Rebase

Before sending a pull request, rebase against upstream, such as:

Expand All @@ -78,11 +64,11 @@ git rebase upstream/master

This will add your changes on top of what's already in upstream, minimizing merge issues.

### Step 7: Run the tests
### Step 6: Run the tests

Make sure that all tests are passing before submitting a pull request.

### Step 8: Send the pull request
### Step 7: Send the pull request

Send the pull request from your feature branch to us. Be sure to include a description (as mentioned above in step 5) that lets us know what work you did.

Expand Down
12 changes: 9 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Historical Change Log

## [v0.117.0](https://github.com/box/box-content-preview/tree/v0.117.0) (2017-04-06)

[Full Changelog](https://github.com/box/box-content-preview/compare/v0.116.0...v0.117.0)

**Merged pull requests:**

- Chore: Fixing changelog generator again [\#56](https://github.com/box/box-content-preview/pull/56) ([tonyjin](https://github.com/tonyjin))

## [v0.116.0](https://github.com/box/box-content-preview/tree/v0.116.0) (2017-04-06)

[Full Changelog](https://github.com/box/box-content-preview/compare/v0.115.0...v0.116.0)

**Merged pull requests:**
Expand All @@ -22,6 +24,7 @@
- Chore: Rename viewers [\#29](https://github.com/box/box-content-preview/pull/29) ([JustinHoldstock](https://github.com/JustinHoldstock))

## [v0.115.0](https://github.com/box/box-content-preview/tree/v0.115.0) (2017-04-05)

[Full Changelog](https://github.com/box/box-content-preview/compare/v0.114.0...v0.115.0)

**Merged pull requests:**
Expand All @@ -30,7 +33,7 @@
- Update: Don't time out during conversion [\#46](https://github.com/box/box-content-preview/pull/46) ([tonyjin](https://github.com/tonyjin))
- Chore: Minify third party CSS with cssnano [\#45](https://github.com/box/box-content-preview/pull/45) ([tonyjin](https://github.com/tonyjin))
- Chore: Upgrading PDF.js to 1.7.401 [\#44](https://github.com/box/box-content-preview/pull/44) ([jeremypress](https://github.com/jeremypress))
- Build: Updating upgrade\_pdfjs script [\#43](https://github.com/box/box-content-preview/pull/43) ([jeremypress](https://github.com/jeremypress))
- Build: Updating upgrade_pdfjs script [\#43](https://github.com/box/box-content-preview/pull/43) ([jeremypress](https://github.com/jeremypress))
- Update Translations [\#40](https://github.com/box/box-content-preview/pull/40) ([boxmoji](https://github.com/boxmoji))
- Chore: Fixing link in README [\#38](https://github.com/box/box-content-preview/pull/38) ([pramodsum](https://github.com/pramodsum))
- Build: Adding commit linting [\#37](https://github.com/box/box-content-preview/pull/37) ([jeremypress](https://github.com/jeremypress))
Expand All @@ -43,13 +46,15 @@
- Update: Updating box ui colors [\#14](https://github.com/box/box-content-preview/pull/14) ([priyajeet](https://github.com/priyajeet))

## [v0.114.0](https://github.com/box/box-content-preview/tree/v0.114.0) (2017-03-29)

[Full Changelog](https://github.com/box/box-content-preview/compare/v0.113.0...v0.114.0)

**Merged pull requests:**

- Chore: Update release script [\#31](https://github.com/box/box-content-preview/pull/31) ([tonyjin](https://github.com/tonyjin))

## [v0.113.0](https://github.com/box/box-content-preview/tree/v0.113.0) (2017-03-28)

[Full Changelog](https://github.com/box/box-content-preview/compare/v0.112.0...v0.113.0)

**Merged pull requests:**
Expand All @@ -60,8 +65,8 @@
- Fix: Don't show error download btn if option is not set [\#25](https://github.com/box/box-content-preview/pull/25) ([tonyjin](https://github.com/tonyjin))
- Chore: Preview.js cleanup and slight refactor [\#24](https://github.com/box/box-content-preview/pull/24) ([tonyjin](https://github.com/tonyjin))
- Filmstrip interval should be determined from rep metadata field [\#23](https://github.com/box/box-content-preview/pull/23) ([bhh1988](https://github.com/bhh1988))
- Breaking: Support {+asset\_path} to follow RFC6570 [\#22](https://github.com/box/box-content-preview/pull/22) ([tonyjin](https://github.com/tonyjin))
- Fix: Guard against unsupported lose\_context extension on IE11 and Edge [\#21](https://github.com/box/box-content-preview/pull/21) ([MiiBond](https://github.com/MiiBond))
- Breaking: Support {+asset_path} to follow RFC6570 [\#22](https://github.com/box/box-content-preview/pull/22) ([tonyjin](https://github.com/tonyjin))
- Fix: Guard against unsupported lose_context extension on IE11 and Edge [\#21](https://github.com/box/box-content-preview/pull/21) ([MiiBond](https://github.com/MiiBond))
- New: centering image prints [\#18](https://github.com/box/box-content-preview/pull/18) ([jeremypress](https://github.com/jeremypress))
- Chore: Remove dist folder from repo [\#16](https://github.com/box/box-content-preview/pull/16) ([tonyjin](https://github.com/tonyjin))
- Chore: Separately version third-party assets [\#15](https://github.com/box/box-content-preview/pull/15) ([tonyjin](https://github.com/tonyjin))
Expand All @@ -72,6 +77,7 @@
- Breaking: Switching to Preview class instead of Preview singleton [\#7](https://github.com/box/box-content-preview/pull/7) ([priyajeet](https://github.com/priyajeet))

## [v0.112.0](https://github.com/box/box-content-preview/tree/v0.112.0) (2017-03-22)

[Full Changelog](https://github.com/box/box-content-preview/compare/v0.111.0...v0.112.0)

**Merged pull requests:**
Expand Down
Loading

0 comments on commit 522a489

Please sign in to comment.