Skip to content

Commit

Permalink
Document how to issue a release
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Nov 17, 2023
1 parent 0598091 commit 3dde629
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ api_features:
```
This Docker image is exactly the same as [Maubot's official image](https://mau.dev/maubot/maubot/container_registry/6?orderBy=NAME&sort=desc&search[]=), but with the `plugins/` directory copied into `/data/plugins`.

## Issuing a new release

Edit the `version` file so that it contains the version you want to release. The versioning scheme used is: whatever Maubot's version is, with an extra decimal, e.g.:

```
v0.4.2.0
```

Then commit and push, and a GitHub action will build and push the image to the [GitHub Container Registry](https://github.com/Automattic/maubot/pkgs/container/maubot).

0 comments on commit 3dde629

Please sign in to comment.