DrupalPod icon indicating copy to clipboard operation
DrupalPod copied to clipboard

Fix drupal core issues link

Open joelpittet opened this issue 4 years ago • 3 comments

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

joelpittet avatar Jan 13 '22 05:01 joelpittet

Thank you for the fix @joelpittet !

@mradcliffe can you update the VScode extension?

shaal avatar Jan 13 '22 06:01 shaal

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.

mradcliffe avatar Jan 13 '22 13:01 mradcliffe

Or the GitHub action should do it too with npm run ovsx publish -p ${{ secrets.OVSX_TOKEN }}. that requires a DrupalPod release though.

mradcliffe avatar Jan 13 '22 13:01 mradcliffe