-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# Changelog | ||
|
||
## \[0.11.0] | ||
|
||
- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355) ([#299](https://www.github.com/jbolda/covector/pull/299) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Return additional `status` content from `covector` to enable posting a comment in PR providing additional context of the expected change files. | ||
- [`9202dca`](https://www.github.com/jbolda/covector/commit/9202dca0d8d0fd114ecceb4154c58bc764b85c43) ([#307](https://www.github.com/jbolda/covector/pull/307) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Pass `createContext` function from action through to changelog to enable passing specific context usable within changelogs. | ||
- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355) ([#299](https://www.github.com/jbolda/covector/pull/299) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Add option to post a comment in a GitHub pull request comment lifting the context from covector. | ||
- [`2db4d6e`](https://www.github.com/jbolda/covector/commit/2db4d6edc661442612a390a375b6bab7853c0968) ([#309](https://www.github.com/jbolda/covector/pull/309) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) The GitHub comment was previously rather terse. We are now including the sha within the comment so as to make it clear when the command last ran. | ||
- [`9202dca`](https://www.github.com/jbolda/covector/commit/9202dca0d8d0fd114ecceb4154c58bc764b85c43) ([#307](https://www.github.com/jbolda/covector/pull/307) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Query the GitHub API for the PR creator, and highlight their names in the changelogs for recognition of their contribution. | ||
- [`737ebed`](https://www.github.com/jbolda/covector/commit/737ebed96593454aa8517b8e32a1f04566097646) ([#310](https://www.github.com/jbolda/covector/pull/310) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Fix links within GitHub by removing the explicit markdown syntax to allow GitHub Flavored Markdown to resolve, render and interlink the Version Packages PR with the change files and their PRs. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
|
||
## \[0.10.2] | ||
|
||
### Dependencies | ||
|
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Changelog | ||
|
||
## \[0.9.3] | ||
|
||
- [`9e111fc`](https://www.github.com/jbolda/covector/commit/9e111fcf2431690b8719ca493e6580a42e72c457) ([#304](https://www.github.com/jbolda/covector/pull/304) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Add currentVersion property to more easily refer to the version before a bump. | ||
- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355) ([#299](https://www.github.com/jbolda/covector/pull/299) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Allow running status command without logging. This allows the command to also serve more utilitarian purposes as well. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `@covector/[email protected]` | ||
|
||
## \[0.9.2] | ||
|
||
### Dependencies | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@covector/apply", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/jbolda/covector#readme", | ||
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)", | ||
|
@@ -16,7 +16,7 @@ | |
"prepublishOnly": "tsc -b" | ||
}, | ||
"dependencies": { | ||
"@covector/files": "0.7.1", | ||
"@covector/files": "0.7.2", | ||
"effection": "^2.0.6", | ||
"semver": "^7.5.4" | ||
}, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Changelog | ||
|
||
## \[0.11.0] | ||
|
||
- [`9e111fc`](https://www.github.com/jbolda/covector/commit/9e111fcf2431690b8719ca493e6580a42e72c457) ([#304](https://www.github.com/jbolda/covector/pull/304) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Add currentVersion property to more easily refer to the version before a bump. | ||
- [`9202dca`](https://www.github.com/jbolda/covector/commit/9202dca0d8d0fd114ecceb4154c58bc764b85c43) ([#307](https://www.github.com/jbolda/covector/pull/307) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Use additional git log flags, `--diff-filter=ACM --remove-empty`, to filter out previous versions of files with non-unique (across all shas) file names. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `@covector/[email protected]` | ||
- Upgraded to `@covector/[email protected]` | ||
|
||
## \[0.10.3] | ||
|
||
### Dependencies | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@covector/assemble", | ||
"version": "0.10.3", | ||
"version": "0.11.0", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/jbolda/covector#readme", | ||
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)", | ||
|
@@ -16,8 +16,8 @@ | |
"prepublishOnly": "tsc -b" | ||
}, | ||
"dependencies": { | ||
"@covector/command": "0.7.0", | ||
"@covector/files": "0.7.1", | ||
"@covector/command": "0.7.1", | ||
"@covector/files": "0.7.2", | ||
"effection": "^2.0.6", | ||
"js-yaml": "^4.1.0", | ||
"lodash": "^4.17.21", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Changelog | ||
|
||
## \[0.11.0] | ||
|
||
- [`9202dca`](https://www.github.com/jbolda/covector/commit/9202dca0d8d0fd114ecceb4154c58bc764b85c43) ([#307](https://www.github.com/jbolda/covector/pull/307) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Pass `createContext` function from action through to changelog to enable passing specific context usable within changelogs. | ||
- [`9202dca`](https://www.github.com/jbolda/covector/commit/9202dca0d8d0fd114ecceb4154c58bc764b85c43) ([#307](https://www.github.com/jbolda/covector/pull/307) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Query the GitHub API for the PR creator, and highlight their names in the changelogs for recognition of their contribution. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `@covector/[email protected]` | ||
|
||
## \[0.10.1] | ||
|
||
### Dependencies | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@covector/changelog", | ||
"version": "0.10.1", | ||
"version": "0.11.0", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/jbolda/covector#readme", | ||
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)", | ||
|
@@ -16,7 +16,7 @@ | |
"prepublishOnly": "tsc -b" | ||
}, | ||
"dependencies": { | ||
"@covector/files": "0.7.1", | ||
"@covector/files": "0.7.2", | ||
"effection": "^2.0.6", | ||
"lodash": "^4.17.21", | ||
"remark-parse": "^9.0.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@covector/command", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/jbolda/covector#readme", | ||
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)", | ||
|