editor icon indicating copy to clipboard operation
editor copied to clipboard

Have a "beta" and "release" option on packs

Open bsavage81 opened this issue 2 years ago • 1 comments

Summary Have the ability to work on a pack in the dev folders as you can currently, but then have an export option that exports the pack with different UUIDs, that can be a "release" version of the pack. The "release" version would need to be able to be exported with the same "release" UUIDs each time, but with incrementing Version #s.

Additional context/Motivation This would allow someone to work on a continuing "beta" branch of a pack that lives in the development folders, while also having the "release" version that is installed to their machine without UUID conflicts. This would be helpful for people like myself, that have a release version of a pack running on a Realm, but still continue to add features to the "beta" version. Right now it takes an export, and editing of the manifests manually to get this done. I have looked into doing this myself through plugins, but unfortunately it is beyond my scope of programming.

bsavage81 avatar Nov 08 '21 18:11 bsavage81

I believe this is best solved with a compiler plugin. We will look into providing an official one for this purpose :)

solvedDev avatar Nov 09 '21 09:11 solvedDev