Skip to content

Commit 4b597e3

Browse files
gbartolinimnencia
andauthored
docs: release procedure (#373)
Closes #371 Signed-off-by: Gabriele Bartolini <[email protected]> Signed-off-by: Marco Nenciarini <[email protected]> Co-authored-by: Marco Nenciarini <[email protected]>
1 parent 9640fde commit 4b597e3

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

.wordlist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ Azurite
33
BarmanObjectStore
44
BarmanObjectStoreConfiguration
55
BarmanObjectStores
6+
CNCF
67
CRD
78
CloudNativePG
89
DataBackupConfiguration
910
DigitalOcean
1011
Docusaurus
12+
EDB
1113
EKS
1214
EnvVar
1315
GCP
@@ -40,6 +42,7 @@ SFO
4042
SPDX
4143
SPDX
4244
ServerRecoveryWindow
45+
Slonik
4346
TLS
4447
TODO
4548
Uncomment

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,42 @@
44

55
The documentation for the Barman Cloud Plugin for CloudNativePG is available at
66
[https://cloudnative-pg.io/plugin-barman-cloud](https://cloudnative-pg.github.io/plugin-barman-cloud).
7+
8+
---
9+
10+
The Barman Cloud CNPG-I plugin is a component of the
11+
[CloudNativePG project](https://github.com/cloudnative-pg) and adheres to the
12+
same community-driven [governance](GOVERNANCE.md) model under the
13+
[CNCF](https://cncf.io).
14+
15+
<p style="text-align:center;" align="center">
16+
<picture align="center">
17+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/cncf/artwork/blob/main/other/cncf/horizontal/white/cncf-white.svg?raw=true">
18+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/cncf/artwork/blob/main/other/cncf/horizontal/color/cncf-color.svg?raw=true">
19+
<img align="center" src="https://github.com/cncf/artwork/blob/main/other/cncf/horizontal/color/cncf-color.svg?raw=true" alt="CNCF logo" width="50%"/>
20+
</picture>
21+
</p>
22+
23+
---
24+
25+
<p align="center">
26+
CloudNativePG was originally built and sponsored by <a href="https://www.enterprisedb.com">EDB</a>.
27+
</p>
28+
29+
<p style="text-align:center;" align="center">
30+
<picture align="center">
31+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cloudnative-pg/.github/main/logo/edb_landscape_color_white.svg">
32+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/cloudnative-pg/.github/main/logo/edb_landscape_color_grey.svg">
33+
<img align="center" src="https://raw.githubusercontent.com/cloudnative-pg/.github/main/logo/edb_landscape_color_grey.svg" alt="EDB logo" width="25%"/>
34+
</picture>
35+
</p>
36+
37+
---
38+
39+
<p align="center">
40+
<a href="https://www.postgresql.org/about/policies/trademarks/">Postgres, PostgreSQL, and the Slonik Logo</a>
41+
are trademarks or registered trademarks of the PostgreSQL Community Association
42+
of Canada, and used with their permission.
43+
</p>
44+
45+
---

RELEASE-PROCEDURE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Release Procedure
2+
3+
The Barman Cloud Plugin follows [Semantic Versioning](https://semver.org/) and
4+
uses [Conventional Commits](https://www.conventionalcommits.org/) to structure
5+
commit messages.
6+
It leverages the [Release Please](https://github.com/googleapis/release-please)
7+
tool to automate the release process.
8+
9+
The only requirement is that each release must include versioned documentation.
10+
For more details, please refer to [web/README.md](web/README.md).

0 commit comments

Comments
 (0)