-
Notifications
You must be signed in to change notification settings - Fork 8
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
Publish new version to VSCode marketplace #12
Comments
@EggBaconAndSpam Sorry, it's my fault that I didn't do release for so long. I think the good way to automate the release would do something like in https://github.com/scala/vscode-scala-syntax. The whole idea is that anyone with the write access to repository can do the release. To do the release a maintainer just need to push a git tag with the release version, then CircleCI will build and publish the extension to the marketplace. The security token that needs for the publishing can be stored securely in the CircleCI environmental variables. If you don't mind, I think I'll take a few days to experiment with the CircleCI. If anything I can quite easily release your changes by hand. |
Sounds great, thanks! |
@PanAeon any progress on this? |
@EggBaconAndSpam |
Thank you! |
👋 we want to use the |
@thebritican, the |
@thebritican Are you still interested in helping maintain this extension? If so, it would be great if your permissions could be arranged. (CC @PanAeon, @Gabriel439, @basile-henry) |
The current version is somewhat out of date and doesn't support e.g. annotating let binders.
For the future, is there a way to automate this in some way? Maybe as part of the
dhall-haskell
(which includesdhall-lsp-server
) release cycle?The text was updated successfully, but these errors were encountered: