Skip to content

Commit

Permalink
Remove docker from release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Jul 15, 2022
1 parent a750ce6 commit 51899c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ async function main() {
);
});

// Set version in Dockerfile (both LABEL and RUN)
updateString(join(rootDir, 'Dockerfile-cli'), (docker) =>
docker.replace(new RegExp(current, 'g'), version),
);

if (isLatest) {
// Bump version in changelog
updateString(join(rootDir, 'CHANGELOG.md'), (changelog) =>
Expand Down

1 comment on commit 51899c8

@vercel
Copy link

@vercel vercel bot commented on 51899c8 Jul 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.