Skip to content

Commit f692b4d

Browse files
author
Valentin Riess
committed
Update README.md
1 parent 78a75ce commit f692b4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,12 @@ We would love to see your contribution to this project. Please refer to `CONTRIB
266266
└── maubot.yaml # Informations about the plugin
267267
````
268268
269+
### CI
270+
The release is created automatically via GitHub Actions. The workflow also includes building a .mbp plugin file and attaching it to the release. It is triggered only on main. To create a new release,
271+
1. Update the version in the maubot.yaml file
272+
2. Create a new git tag: `git tag -a v0.0.1 -m "my version 0.0.1"`
273+
3. Push the new tag to github and see the workflow to his job: `git push --follow-tags`
274+
269275
## Docs
270276
For now, please refer to the docstrings in the code.
271277

0 commit comments

Comments
 (0)