Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: conventional-changelog/releaser-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3f75893e7a12455f78a163b5506c833d10643936
Choose a base ref
..
head repository: conventional-changelog/releaser-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0fb182bd7ea9d70900a13e156bb73ecbd99b8911
Choose a head ref
29 changes: 14 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/conventional-github-releaser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.1.5"></a>
## [3.1.5](https://github.com/conventional-changelog/releaser-tools/compare/conventional-github-releaser@3.1.4...conventional-github-releaser@3.1.5) (2020-07-05)




**Note:** Version bump only for package conventional-github-releaser

<a name="3.1.3"></a>
## [3.1.3](https://github.com/conventional-changelog/releaser-tools/compare/conventional-github-releaser@3.1.2...conventional-github-releaser@3.1.3) (2019-06-03)

2 changes: 1 addition & 1 deletion packages/conventional-github-releaser/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"scripts": {
"test": "eslint --fix src/ && nyc --all --cache --include=src/ --exclude=src/cli.js --exclude=src/**/*.spec.js --exclude=src/**/*.mocks.js --reporter=lcov --reporter=text mocha --check-leaks --full-trace --globals __core-js_shared__,__coverage__,YamlEscaper --inline-diffs --no-exit --recursive --reporter=progress --retries 1 src/**/*.spec.js"
},
"version": "3.1.4",
"version": "3.1.5",
"dependencies": {
"conventional-changelog": "^2.0.0",
"dateformat": "^3.0.0",
2 changes: 1 addition & 1 deletion packages/conventional-github-releaser/src/cli.js
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ const cli = meow({
},
verbose: {
alias: 'v',
default: 'false',
default: false,
type: 'boolean'
},
config: {
12 changes: 10 additions & 2 deletions packages/conventional-gitlab-releaser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,15 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.0.1"></a>
<a name="4.0.3"></a>
## [4.0.3](https://github.com/conventional-changelog/releaser-tools/compare/conventional-gitlab-releaser@4.0.2...conventional-gitlab-releaser@4.0.3) (2020-07-05)




**Note:** Version bump only for package conventional-gitlab-releaser

<a name="4.0.1"></a>
## [4.0.1](https://github.com/conventional-changelog/releaser-tools/compare/conventional-gitlab-releaser@4.0.0...conventional-gitlab-releaser@4.0.1) (2019-06-03)




**Note:** Version bump only for package conventional-gitlab-releaser

<a name="4.0.0"></a>
<a name="4.0.0"></a>
# [4.0.0](https://github.com/conventional-changelog/releaser-tools/compare/conventional-gitlab-releaser@3.2.0...conventional-gitlab-releaser@4.0.0) (2018-09-23)


2 changes: 1 addition & 1 deletion packages/conventional-gitlab-releaser/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"scripts": {
"test": "eslint --fix src/ && nyc --all --cache --include=src/ --exclude=src/cli.js --exclude=src/**/*.spec.js --exclude=src/**/*.mocks.js --reporter=lcov --reporter=text mocha --check-leaks --full-trace --globals __core-js_shared__,__coverage__,YamlEscaper --inline-diffs --no-exit --recursive --reporter=progress --retries 1 src/**/*.spec.js"
},
"version": "4.0.2",
"version": "4.0.3",
"dependencies": {
"conventional-changelog": "^2.0.0",
"dateformat": "^3.0.0",
2 changes: 1 addition & 1 deletion packages/conventional-gitlab-releaser/src/cli.js
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ const cli = meow({
},
verbose: {
alias: 'v',
default: 'false',
default: false,
type: 'boolean'
},
config: {
8 changes: 8 additions & 0 deletions packages/conventional-tidelift-releaser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.2"></a>
## [1.0.2](https://github.com/conventional-changelog/releaser-tools/compare/conventional-tidelift-releaser@1.0.1...conventional-tidelift-releaser@1.0.2) (2020-07-05)




**Note:** Version bump only for package conventional-tidelift-releaser

<a name="1.0.0"></a>
# 1.0.0 (2019-06-03)

2 changes: 1 addition & 1 deletion packages/conventional-tidelift-releaser/package.json
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"scripts": {
"test": "eslint --fix src/ && nyc --all --cache --include=src/ --exclude=src/cli.js --exclude=src/**/*.spec.js --exclude=src/**/*.mocks.js --reporter=lcov --reporter=text mocha --check-leaks --full-trace --globals __core-js_shared__,__coverage__,YamlEscaper --inline-diffs --no-exit --recursive --reporter=progress --retries 1 src/**/*.spec.js"
},
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {
"conventional-changelog": "^2.0.0",
"conventional-changelog-conventionalcommits": "^3.0.2",
2 changes: 1 addition & 1 deletion packages/conventional-tidelift-releaser/src/cli.js
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ const cli = meow({
},
verbose: {
alias: 'v',
default: 'false',
default: false,
type: 'boolean'
},
config: {