You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of fairy growing larger, the versioning and repository artifact publication becomes more important to be managed. To keep fairy repository in a clean state, here is some policy about versioning and repository publication.
Versioning
Any versioning change cover from v[major].[minor] change should be decided by the main maintainer team.
Any versioning change cover from .[revision]b[build] change can be decided by main maintainer team or long term contributors for fairy.
SNAPSHOT version will be published to repository whenever a commit being pushed or PR being merged.
non-SNAPSHOT version will be published whenever there is enough amount of changes happened inbetween each versioning change.
Tasks
publishSnapshotPublicationToMainRepository - for publish snapshot artifact to main repository
publishProductionPublicationToMainRepository - for publish production artifact to main repository