mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-14 19:43:47 +00:00
Fix repos, filenames, and make sure versions get bump everywhere
@@ -1,17 +1,19 @@
|
|||||||
http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||||
* Finalise human-readable changelog! (ChangeLog)
|
* Finalise human-readable changelog! (ChangeLog)
|
||||||
* Report any important code changes (NEWS)
|
* Report any important code changes (`NEWS.md`)
|
||||||
|
* Bump version in `CMakeLists.txt`
|
||||||
|
* Bump version in `configure.ac`
|
||||||
* Commit all these files
|
* Commit all these files
|
||||||
```
|
```
|
||||||
export LIBNFC_RELEASE=1.7.1
|
export LIBNFC_RELEASE=1.7.1
|
||||||
git add NEWS ChangeLog configure.ac CMakeFiles.txt
|
git add NEWS.md ChangeLog configure.ac CMakeLists.txt
|
||||||
git commit -m"Prepare $LIBNFC_RELEASE version"
|
git commit -m"Prepare $LIBNFC_RELEASE version"
|
||||||
git push
|
git push
|
||||||
```
|
```
|
||||||
* Check tarball distribution:
|
* Check tarball distribution:
|
||||||
```
|
```
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git clone https://code.google.com/p/libnfc/
|
git clone https://github.com/nfc-tools/libnfc.git
|
||||||
cd libnfc
|
cd libnfc
|
||||||
autoreconf -is
|
autoreconf -is
|
||||||
./configure
|
./configure
|
||||||
@@ -27,7 +29,7 @@ git push origin libnfc-$LIBNFC_RELEASE
|
|||||||
* Build tarball archive
|
* Build tarball archive
|
||||||
```
|
```
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git clone https://code.google.com/p/libnfc/
|
git clone https://github.com/nfc-tools/libnfc.git
|
||||||
cd libnfc
|
cd libnfc
|
||||||
sh make_release.sh
|
sh make_release.sh
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user