Skip to content

Commit 8118ac1

Browse files
committed
Add documentation on hot to publish a release
1 parent 7dea3d3 commit 8118ac1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,22 @@ Example Playbook
243243
odoo_role_odoo_release: 20180424
244244
```
245245

246+
Release
247+
-------
248+
249+
To publish a new release:
250+
- Go to [releases](https://github.com/coopdevs/odoo-role/releases) and click on `Draft a new release`.
251+
- Create a new tag on `Choose a tag` and update the description with the changelog, as the example below:
252+
```
253+
## What's Changed
254+
* feat: invert add-ons paths order by @oyale in https://github.com/coopdevs/odoo-role/pull/135
255+
* Add pytest and coverage packages to dev environments by @oyale in https://github.com/coopdevs/odoo-role/pull/136
256+
257+
258+
**Full Changelog**: https://github.com/coopdevs/odoo-role/compare/v0.3.4...v0.3.5
259+
```
260+
- After publishing the release go to [`ansible galaxy`](https://galaxy.ansible.com/) to import the new release. You should find the odoo-role repository under `My content`.
261+
246262
License
247263
-------
248264

0 commit comments

Comments
 (0)