Open gitk and review changes since last release.
Print all public API changes:
git diff $(git describe | sed 's/-.*//').. src/*.h
Document them in NEWS. All API and API semantic changes should be clearly marked as API additions, API changes, or API deletions.
Document deprecations. Ensure all new API / deprecations are listed correctly in docs/harfbuzz-sections.txt. If release added new API, add entry for new API index at the end of docs/harfbuzz-docs.xml.
If there's a backward-incompatible API change (including deletions for API used anywhere), that's a release blocker. Do NOT release.
Based on severity of changes, decide whether it's a minor or micro release number bump.
Search for 'REPLACEME' on the repository and replace it with the chosen version for the release, e.g. 'Since: 1.4.7'.
Make sure you have correct date and new version at the top of NEWS file.
Bump version in line 3 of meson.build.
Do a meson test -Cbuild
so it both checks the tests and updates hb-version.h (use git diff
to see if is really updated).
Commit NEWS, meson.build, and src/hb-version.h, as well as any REPLACEME changes you made. The commit message is simply the release number, e. g. "1.4.7"
Do a meson dist -Cbuild
that runs the tests against the latest committed changes.
If it does not pass, something fishy is going on, reset the repo and start over.
Tag the release and sign it: e.g. git tag -s 1.4.7 -m 1.4.7
.
Enter your GPG password.
Push the commit and tag out: git push --follow-tags
.
There should be a GitHub release automatically created. When it does, go to that release page and add description. The description should be the NEWS file additions.
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )