Skip to content

Commit 1abb735

Browse files
authored
Merge pull request #1430 from aptly-dev/release/1.6.1
Release/1.6.1
2 parents cf3841e + 9397d8a commit 1abb735

2 files changed

Lines changed: 25 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

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
aptly (1.6.0) stable; urgency=medium
212

313
* support reading filters from file or stdin

0 commit comments

Comments
 (0)