Changes
Page history
Update ReleaseProcedure
authored
Feb 27, 2025
by
Patrick Thomas
Hide whitespace changes
Inline
Side-by-side
ReleaseProcedure.md
View page @
e460a70c
**Source code change**
**Source code change**
In the
`main`
branch:
In the
`main`
branch:
Set the version number to
`<version>`
in
`pylon-camera-server.cpp`
. Then
Set the version number to
`<version>`
in
`pylon-camera-server.cpp`
. Then
```
```
git commit -m "Setting version number to <version>."
git commit -m "Setting version number to <version>."
git tag <version>
git tag <version>
git push
git push
git push --tags
git push --tags
```
```
In the
`debian/b
ullseye
`
branch:
In the
`debian/b
ookworm
`
branch:
```
```
gbp import-ref main -u <version> --upstream-tag='%(version)s' --debian-branch=debian/b
ullseye
gbp import-ref main -u <version> --upstream-tag='%(version)s' --debian-branch=debian/b
ookworm
gbp dch -Rc -N <version>-1+deb11 -D release --debian-branch debian/b
ullseye
gbp dch -Rc -N <version>-1+deb11 -D release --debian-branch debian/b
ookworm
gbp tag --debian-branch=debian/b
ullseye
gbp tag --debian-branch=debian/b
ookworm
git push
git push
git push --tags
git push --tags
```
```
-----
-----
**Packaging only change**
**Packaging only change**
In the
`debian/b
ullseye
`
branch:
In the
`debian/b
ookworm
`
branch:
```
```
gbp dch -Rc -N <version>-<n>+deb11 -D release --debian-branch debian/b
ullseye
gbp dch -Rc -N <version>-<n>+deb11 -D release --debian-branch debian/b
ookworm
gbp tag --debian-branch=debian/b
ullseye
gbp tag --debian-branch=debian/b
ookworm
git push
git push
git push --tags
git push --tags
```
```
\ No newline at end of file