This module provide models and api support for the customer portal application.
Axelor Portal Version | Compatible from AOS version | Compatible to AOS version |
---|---|---|
1.0 | 8.2.7 | - |
-
Checkout
Checkout
main
branch. If you want to release an old version, checkout the rightx.y-stable
branch. -
Verify
Make sure
version.txt
is the desired version. Else, do and commit necessary change.
Make sureCHANGELOG.md
include the changes in the## Current (unreleased)
section. -
Release
Run
./release
. It will :- Update
CHANGELOG.md
for the release : Moving## Current (unreleased)
section for the tag. - Create and push a commit
Release x.y.z
. - Merge into
x.y-stable
branch. - Create the tag corresponding to the version.
In case you want to release and old version, run
./release x.y-stable
wherex.y-stable
is the stable branch of the version you want to release. - Update
-
In case you release the latest version, update
version.txt
with the next version and push it tomain
branch.