Skip to content

Commit

Permalink
build: release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed May 30, 2021
1 parent 1956eee commit 6d30c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backport-action",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"description": "GitHub action to automatically backport pull requests",
"main": "lib/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/test/backport.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jest.mock("../github");
jest.mock("../exec");
const config = {
pwd: "./test/project",
version: "0.0.2",
version: "0.0.4",
labels: { pattern: /^backport ([^ ]+)$/ },
};
const mockedExec = mocked(exec, true);
Expand Down

0 comments on commit 6d30c3a

Please sign in to comment.