actions / languageservices

Language services for GitHub Actions workflows and expressions.
MIT License
74 stars 25 forks source link

Automate incrementing the version number #32

Closed felipesu19 closed 1 year ago

felipesu19 commented 1 year ago

fixes: https://github.com/github/vscode-github-actions/issues/130

Follows the same logic as in the extension pr, it increments the version number using a shell script that pulls the version from package.json and passes it around.

As with the other pr we have to merge to test I think

The script at least works Screenshot 2023-04-27 at 10 27 52 AM