Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc6647b

Browse files
committed
Add release cycle info into README.md
1 parent25a6c14 commitfc6647b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,16 @@ your bug reports.
153153
If you're lacking of some functionality in`pg_wait_sampling` and feeling power
154154
to implement it then you're welcome to make pull requests.
155155

156+
Releases
157+
--------
158+
159+
New features are developed in feature-branches and then merged into[master](https://github.com/postgrespro/pg_wait_sampling/tree/master). To make a new release:
160+
161+
1) Bump`PGXN` version in the`META.json`.
162+
2) Merge[master](https://github.com/postgrespro/pg_wait_sampling/tree/master) into[stable](https://github.com/postgrespro/pg_wait_sampling/tree/stable).
163+
3) Tag new release in the[stable](https://github.com/postgrespro/pg_wait_sampling/tree/stable) with`git tag -a v1.1.X`, where the last digit is used for indicating compatible shared library changes and bugfixes. Second digit is used to indicate extension schema change, i.e. when`ALTER EXTENSION pg_wait_sampling UPDATE;` is required.
164+
4) Merge[stable](https://github.com/postgrespro/pg_wait_sampling/tree/stable) into[debian](https://github.com/postgrespro/pg_wait_sampling/tree/debian). This separate branch is used to independently support`Debian` packaging and@anayrat with@df7cb have an access there.
165+
156166
Authors
157167
-------
158168

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp