DrupalPod
DrupalPod copied to clipboard
Fix drupal core issues link
The Problem/Issue/Bug
Link bug to drupal core issue queue
How this PR Solves The Problem
fixes the link
Manual Testing Instructions
click the link
Related Issue Link(s)
Release/Deployment notes
Thank you for the fix @joelpittet !
@mradcliffe can you update the VScode extension?
Do you want a new version too, @shaal?
If so, then we would update the package.json version in the extension directory.
Then yarn install, yarn package and yarn publish --packagePath drupalpod-ext-VERSION.vsix given the token.
Or the GitHub action should do it too with npm run ovsx publish -p ${{ secrets.OVSX_TOKEN }}. that requires a DrupalPod release though.