-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
I think I understand the "rules" for changing the PKG_RELEASE var in the package Makefile. Here is what I am using as of now:
- Increment PKG_RELEASE if the OpenWRT package Makefile is modified (build/install changes) but the upstream (PKG_VERSION) is not.
- Do not increment PKG_RELEASE if only changing non-build related stuff (Copyright, license, etc.)
- Reset PKG_RELEASE to 1 when upgrading the component version (PKG_VERSION).
My question is - Is there any other package changes that should cause the PKG_VERSION to be incremented? For example: Changes to additional "files" or patches?
Reactions are currently unavailable