It should be possible to create a new release from within APL. This can be particularly useful in case certain files for special purposes need to be added to a new version, because it's easy to forget them.
For example, at the time of writing this (March 2025), a new Tatin version required a file Run.aplf as well as a script activate.dyalog to be part of a new version. By calling a function Tatin.Admin.Publish with appropriate arguments, this can be achieved.
It should be possible to create a new release from within APL. This can be particularly useful in case certain files for special purposes need to be added to a new version, because it's easy to forget them.
For example, at the time of writing this (March 2025), a new Tatin version required a file
Run.aplfas well as a scriptactivate.dyalogto be part of a new version. By calling a functionTatin.Admin.Publishwith appropriate arguments, this can be achieved.