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(lerna): replace non-semver characters publishing #1022

Merged
merged 1 commit into from
Aug 27, 2020

Conversation

twometresteve
Copy link
Contributor

Goal

Avoid characters such a _ in Git branch name breaking the build.

Design

This is a slight improvement on the current situation, but still not infallible overall. For example, there are characters that can be used in branch names that are incompatible with Docker tag names - as used in the pipeline. I have raised an internal ticket to conduct a review of such uses in a view to developing a foolproof scheme.

Changeset

JS script responsible for determining the package version to use for the current CI run.

Testing

In addition to the standard CI, I intentionally named this branch in a way that could break the build or lead to erroneous results (in particular _, / and upper case letters).

@twometresteve twometresteve requested a review from a team as a code owner August 25, 2020 20:28
@bugsnagbot
Copy link
Collaborator

@bugsnag/browser bundle size diff

Minified Minfied + Gzipped
Before 39.62 kB 12.23 kB
After 39.62 kB 12.23 kB
± No change No change

Generated by 🚫 dangerJS against a7440c5

@twometresteve twometresteve merged commit 4df6a88 into next Aug 27, 2020
@twometresteve twometresteve deleted the tms/Branch_Naming-1.2 branch October 13, 2020 17:22
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.

3 participants