Skip to content
Romuald Conty edited this page Dec 20, 2013 · 1 revision

This page describes how nfc-tools team release this libndef library.

Preparation

Bump package version in libndef/libndef.pro:

VERSION=1.2.0

Important: Take a special care to library version numbering:

Updating library version information (GNU Manual)

APR's Version Numbering

Update ChangeLog

Add human readable entries in ChangeLog.

Git could be helpful:

git log libndef-1.1.3..HEAD
Commit
git add -u
git commit
git push origin

Tag

git tag -s 'libndef-1.2.0' -m"libndef 1.2.0"
git push origin libndef-1.2.0