In order to install a staging build:
- Download the staging build "Pieces.sublime-package" from https://github.com/pieces-app/plugin_sublime/releases/tag/1.6.0
- Place it in the installed package directory
- Windows:
%APPDATA%\Sublime Text\Installed Packages
- MacOS:
~/Library/Application Support/Sublime Text 3/Installed Packages
- Linux:
~/.config/sublime-text/Installed Packages
- Open your terminal and change directory (
cd
) to
- Windows:
%APPDATA%\Sublime Text\Packages
- MacOS:
~/Library/Application Support/Sublime Text 3/Packages
- Linux:
~/.config/sublime-text/Packages
- run
git clone https://github.com/pieces-app/plugin_sublime.git
- happy coding :)
You can manage dependencies two ways:
- Add the dependency in the
dependencies.json
if it exists (here)[https://github.com/packagecontrol/channel/blob/main/repository.json] - Follow the steps (here)[https://github.com/pieces-app/plugin_sublime_dependencies?tab=readme-ov-file]
- OPTIONAL: Create a message for the users (release notes) in the
messages/<new version>
and then configure it in themessages.json
file - Update the
_version.py
with the appropriate version git tag <new version> main
git push origin tag <new version>