Skip to content

Commit

Permalink
Document fetching plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Nov 17, 2023
1 parent 0db4a5f commit 44b6ae0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,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
First fetch plugins:

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. For example, if Maubot's version (in `Dockerfile`) is `v0.4.2`, the `version` file would contain something like:
```shell
bin/fetch-plugins
```

Then 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. For example, if Maubot's version (in `Dockerfile`) is `v0.4.2`, the `version` file would contain something like:

```
v0.4.2.0
Expand Down

0 comments on commit 44b6ae0

Please sign in to comment.