Update build.txt to reflect the new tag name format

Fix the missed tag name format
This commit is contained in:
Saket Dumbre 2024-12-12 12:09:58 -08:00 committed by GitHub
parent 1fd2f89ce8
commit c98f883905
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,7 +127,7 @@ Checkin documents/changes.txt, message "Logfile: Changes for version yyyymmdd"
Checkin the new version number, source/include/acpixf.h "Update version to yyyymmdd"
Git push everything
Tag the version file with a name of the form Rmm_dd_yy
Tag the version file with a name of the form Ryyyy_mm_dd
Get the commit number for the version number commit above (git log)
git tag -m"version yyyymmdd" Ryyyy_mm_dd HEAD
git push --tags