-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Okay, we can't keep merging things randomly into master or develop, this is just a mess now. The way this model is supposed to work is all new features go to develop first, then develop is merged into master when it's time for a release. Alternatively, you could simply merge everything into master and use tags to specify "stable" releases. This model is probably easier to stick to, and seems to be the way many projects go.
Additionally, you could have two AUR packages: one which builds from a specified version tag, and another which just builds the latest master. The convention on the AUR is to name these g13 and g13-git respectively. Both are still compiled from the Git repo, but the latter implies it's the very latest code, while the former is a specific release version.