Skip to content

Commit

Permalink
fix(test): address issue with baseline and test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Aug 3, 2021
1 parent 0c66416 commit fce277b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ branches:
# Required. Require branches to be up to date before merging.
strict: true
# Required. The list of status checks to require in order to merge into this branch
contexts: ["test (12.x)", "test (14.x)", "license/cla"]
contexts: ["test (12.x)", "test (14.x)", "test (15.x)", "license/cla"]
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
enforce_admins: false
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
Expand Down
3 changes: 3 additions & 0 deletions util/version-outputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const generate = `
${chalk.gray('Upgrade to latest version:')}
$ ${chalk.green('npm i @aurodesignsystem/wc-generator@latest -g')}
${chalk.gray('Uninstall previous version(only needed if there is an issue):')}
$ ${chalk.green('npm uninstall -g @aurodesignsystem/wc-generator')}
${chalk.gray('More help:')}
For more help with building an Auro Web Component,
be sure to see ${chalk.blue('https://auro.alaskaair.com/generator')}
Expand Down

0 comments on commit fce277b

Please sign in to comment.