deck.gl
deck.gl copied to clipboard
fix(release) CHANGELOG now always contains `v` prefix
Background
I found a bug in the github release script while using it in hubble. This script is currently disabled in deck's release action, but if we choose to re-enable it, the script would currently fail.
Change List
- remove broken regex
coverage: 91.18%. remained the same when pulling 1b8276301396df10396c3ad994cb11420d38e5f0 on chr/fix-github-release into 27195964d6ab0d30b0370d5496a6c64c5bdb943c on master.
Oh, should this script just be removed all together? dev-tools seems to do the same thing, and running it broke the release script in hubble.
I think this script can be removed given its also in dev-tools..
@Pessimistress do you agree we can actually delete this file since it's in dev-tools?