Skip to content

feat: check PKG_RELEASE bumps#120

Open
aparcar wants to merge 1 commit into
openwrt:mainfrom
aparcar:pkg-release
Open

feat: check PKG_RELEASE bumps#120
aparcar wants to merge 1 commit into
openwrt:mainfrom
aparcar:pkg-release

Conversation

@aparcar

@aparcar aparcar commented Jun 16, 2026

Copy link
Copy Markdown
Member

Changing the Makefile, patches or content without bumping the PKG_RELEASE causes different binaries with the same version/release. Avoid this by failing the CI in those cases.

Changing the Makefile, patches or content without bumping the PKG_RELEASE
causes different binaries with the same version/release. Avoid this by failing
the CI in those cases.

Signed-off-by: Paul Spooren <mail@aparcar.org>
@BKPepe

BKPepe commented Jun 16, 2026

Copy link
Copy Markdown
Member

A bit of a rant/complaint, but this kinda reminds me that we've already been through this. RIP AUTORELEASE. :(

# Packages using AUTORELEASE get their release bumped automatically from
# the git history, so they are exempt.
if grep -q 'AUTORELEASE' "$REPO_DIR/$makefile" 2>/dev/null; then
status_skip 'uses AUTORELEASE'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autorelease is already deprecated and should no longer be used, as all the jobs across OpenWrt repositories that warned about it have been disabled. So, this one is no longer needed, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants