Skip to content

Commit

Permalink
add releasing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Feb 15, 2025
1 parent 82300d6 commit 2f1bdbc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Releasing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Creating a Release

- update debian/changelog
- git tag and push:
```
version=$(dpkg-parsechangelog -S Version)
git tag -a v$version -m 'aptly: release $version'
git push aptly-dev v$version
```
- add swagger-1.x.y.json to www docs
- update www.aptly.info
- create release announcement on https://github.com/aptly-dev/aptly/discussions

0 comments on commit 2f1bdbc

Please sign in to comment.