Integrate latest changes from upstream.

This commit is contained in:
Thomas Piskol 2021-03-23 10:50:16 +01:00
commit 6c0a3f10db
5 changed files with 10 additions and 5 deletions

View file

@ -60,9 +60,9 @@ describe("util", () => {
})
);
});
it("defaults to body when both body and body path are provided", () => {
it("defaults to body path when both body and body path are provided", () => {
assert.equal(
"foo",
"bar",
releaseBody({
github_ref: "",
github_repository: "",