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(config): link to configMigration issue #16360

Merged
merged 2 commits into from
Jul 1, 2022

Conversation

HonkingGoose
Copy link
Collaborator

Changes

Context

Yes, once I merge #16355 please then add experimentalIssues linking to a new issue you create called something like "Enable config migration by default"

I think this is what you wanted me to do?

I think we use the experimentalIssues field to auto-generate some docs?

const issues = el.experimentalIssues ?? [];
if (issues.length > 0) {
warning += `<br>To track this feature visit the following GitHub ${
issues.length > 1 ? 'issues' : 'issue'
} `;
warning +=
(issues
.map((issue: number) => `[#${issue}](${ghIssuesUrl}${issue})`)
.join(', ') as string) + '.';
}

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please tick one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

@HonkingGoose HonkingGoose requested a review from viceice July 1, 2022 13:11
lib/config/options/index.ts Outdated Show resolved Hide resolved
@viceice viceice enabled auto-merge (squash) July 1, 2022 13:34
@viceice viceice merged commit 322deea into renovatebot:main Jul 1, 2022
@HonkingGoose HonkingGoose deleted the patch-2 branch July 1, 2022 13:50
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 32.102.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants