File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ aptly (1.6.1) stable; urgency=medium
2+
3+ * update golang-github-syndtr-goleveldb-dev dependency (v1.0.1-0.20220721030215-126854af5e6d) to fix segfault on arm64
4+ (bug in golang-github-golang-snappy-dev)
5+ * allow snapshotting empty mirrors again (regression)
6+ * debian compliance: add postrm (note: `apt purge aptly-api` will remove all data in ~aptly-api/)
7+ * update other dependencies (x/net 0.33.0, gin-gonic/gin 1.9.1)
8+
9+ -- André Roth <neolynx@gmail.com> Sat, 15 Feb 2025 13:03:16 +0100
10+
111aptly (1.6.0) stable; urgency=medium
212
313 * support reading filters from file or stdin
You can’t perform that action at this time.
0 commit comments