Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the quotes in the release script #173

Merged
merged 1 commit into from
Jun 9, 2020
Merged

Fix the quotes in the release script #173

merged 1 commit into from
Jun 9, 2020

Conversation

illright
Copy link
Contributor

@illright illright commented Jun 9, 2020

In Bash, single quotes prevent variable substitution, which results in all of the releases having Release v$npm_package_version as their tag message. This is to fix that.

Also, it would be nice to incorporate the CHANGELOG.md into those messages as well, but I don't know how would one do that.

@kaisermann
Copy link
Member

kaisermann commented Jun 9, 2020

I've been wanting to rethink the publish/release flow for a while. I'll merge this for now and start looking for alternatives. I don't think automated changelogs are THAT good anymore 😓

Thanks 🎉 !

@kaisermann kaisermann merged commit 5550b3e into sveltejs:master Jun 9, 2020
@illright illright deleted the patch-1 branch June 9, 2020 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants