From 51541805b8daaadcbe003dc21ae413dc7266cc8f Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 20 Jun 2024 09:21:10 +0000 Subject: [PATCH] - revert demo version number --- __tests__/demo/demo.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/demo/demo.test.ts b/__tests__/demo/demo.test.ts index be4c1df..4b2cec5 100644 --- a/__tests__/demo/demo.test.ts +++ b/__tests__/demo/demo.test.ts @@ -24,7 +24,7 @@ it('Test custom changelog builder', async () => { 'mikepenz', // The owner of the repo to test 'release-changelog-builder-action-playground', // The repository name '1.5.0', // `fromTag` The from tag name or the SHA1 of the from commit - '4.2.2', // `toTag` The to tag name or the SHA1 of the to commit + '2.0.0', // `toTag` The to tag name or the SHA1 of the to commit false, // `includeOpen` Define if you want to include open PRs into the changelog false, // `failOnError` Define if the action should fail on errors false, // `ignorePrePrerelease` used if no `fromTag` is defined to resolve the prior tag