felipecrs/semantic-release-vsce

Support package/publish arguments

jakobrosenberg opened this issue · 4 comments

Would it be possible to support CLI arguments, eg. something like:

      - name: Publish
        run: npx semantic-release
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          VSCE_PAT: ${{ secrets.PUBLISHER_TOKEN }}
          VSCE_PACKAGE_ARGS: "--baseImagesUrl https://raw.githubusercontent.com/org/repo/branch/"

You can configure vsce through package.json:

microsoft/vscode-vsce@7182692

Would that be enough?

Perfect! As long as it works, I'm happy. 😅

Alright, feel free to reopen the issue if that isn't enough.

I contributed a little documentation at:

https://github.com/microsoft/vscode-vsce#configuration