Skip to content

Commit 9397d8a

Browse files
committed
add releasing doc
1 parent 82300d6 commit 9397d8a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Releasing.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Creating a Release
2+
3+
- create branch release/1.x.y
4+
- update debian/changelog
5+
- create PR, merge when approved
6+
- on updated master, git tag and push:
7+
```
8+
version=$(dpkg-parsechangelog -S Version)
9+
git tag -a v$version -m 'aptly: release $version'
10+
git push aptly-dev v$version
11+
```
12+
- run swagger locally
13+
- add generated swagger-1.x.y.json to www.aptly.info
14+
- releae www.aptly.info
15+
- create release announcement on https://github.com/aptly-dev/aptly/discussions

0 commit comments

Comments
 (0)