You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,12 @@ We would love to see your contribution to this project. Please refer to `CONTRIB
266
266
└── maubot.yaml # Informations about the plugin
267
267
````
268
268
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
+
269
275
## Docs
270
276
For now, please refer to the docstrings in the code.
0 commit comments