Alpha releases: How to tag

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Alpha releases: How to tag
Дата
Msg-id 200908031331.54716.peter_e@gmx.net
обсуждение исходный текст
Ответы Re: Alpha releases: How to tag  (Stephen Frost <sfrost@snowman.net>)
Re: Alpha releases: How to tag  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
As we are approaching the first alpha release, let's think about how to tag 
and label it and how to schedule those two operations with respect to one 
another.

The typical process for, say, a beta release is

- apply version number change to source tree
- commit
- tag
(repeat for next beta)

The problem, arguably, with this is that the source tree would then read 
8.5alpha1 until alpha2, instead of the 8.5devel that we are used to.  The fix 
could be:

- apply version number change to source tree
- commit
- tag
- revert version number change in source tree
- commit
(repeat for next alpha)

or more sophisticatedly

- branch
- apply version number change to source tree
- commit
- tag

or alternatively no tag at all, just apply version number and build tarball.

Comments?


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Greg Williamson
Дата:
Сообщение: Re: SE-PostgreSQL Specifications
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Alpha releases: How to tag