1.2 KiB
1.2 KiB
Publishing
This document mainly exists so I (Bauke) remember how to go about publishing Love since it's a little complicated for certain platforms.
To update the version of a theme, use yarn versioning
.
Published to platforms
The following sections assume you have previously published a version, but are starting from a completely fresh repository.
Visual Studio Code
- Run
yarn build
(oryarn build:vscode
). - Change into the VS Code source directory (
cd source/vscode/
). - Run
yarn package
to create the.vsix
package. - Head to the Marketplace Manage Extensions page.
- Click on the
...
next to the current version and click onUpdate
. - Upload the
.vsix
that was created in step 3.
Published to the website
The following integrations aren't yet/can't be published to platforms, so mostly no special procedure needs to happen. They are just built and served on the website directly.
- Firefox (if updated, the links need to be updated on the website too, may get published to AMO).
- Kitty.
- Sublime Text (may get published at some point).
- Tauon.