Skip to content

Commit

Permalink
refactor: Clarify breaking change notice
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Sep 6, 2024
1 parent 7651340 commit 61491cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/extract.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ async function run() {

if (!core.getInput('destination')) {
core.notice([
'As you did not specify a destination, the default is being used.',
'As of version shrink/[email protected], the default does not include a dot prefix.',
'As you did not specify a docker extract destination, the default is being used.',
'As of shrink/[email protected] the default does not include a dot prefix.',
`v3.0.0: "${destination}", v3.0.1: ".${destination}"`,
'See https://github.com/shrink/actions-docker-extract/issues/28 for context.',
'No action is required unless this Workflow depends upon the dot prefix.'
].join(' '));
}

Expand Down

0 comments on commit 61491cb

Please sign in to comment.