Skip to content

Commit

Permalink
Include DISTRO in version when releasing to avoid problems between di…
Browse files Browse the repository at this point in the history
…stributions (#29)

* Include DISTRO in version when releasing to avoid problems between distributions
* Clarify supported distributions
  • Loading branch information
j-rivero authored Jun 9, 2021
1 parent 96a4a55 commit 175596b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ The first step will create a source package from DART git checkout in the local
system and upload it to Open Robotics PPA.
**One Ubuntu distribution needs to be released at a time**. The information
about target distribution (i.e Focal) goes only in the Changelog entry. To
release multiple distribution, repeat this step 1 changing the changelog entry
and uploading the new source package to the PPA.
about target distribution (start with bionic) goes only in the Changelog entry. To
release multiple distribution, repeat this step 1 changing the changelog entry
(focal is also supported) and uploading the new source package to the PPA.
A copy of [this fork](https://github.com/ignition-forks/dart) is required to be in the system.
Expand All @@ -55,7 +55,7 @@ git checkout release-6.10
### Update changelog
1. ```
gbp dch --ignore-branch --no-git-author -D <UBUNTU_DISTRO> --force-distribution --new-version=6.10.0~osrf6~$(date +%Y-%m-%d)~$(git rev-parse HEAD) --commit-msg 'New OSRF testing release' --commit
DISTRO=<UBUNTU_DISTRO> gbp dch --ignore-branch --no-git-author -D $DISTRO --force-distribution --new-version=6.10.0~osrf6~$(date +%Y%m%d)~$DISTRO~$(git rev-parse HEAD) --commit-msg 'New OSRF testing release' --commit
```
(change UBUNTU_DISTRO by the target distribution name, i.e: focal. Check changelog by running `git diff HEAD~1`)
Expand Down

0 comments on commit 175596b

Please sign in to comment.