We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82300d6 commit 9397d8aCopy full SHA for 9397d8a
1 file changed
Releasing.md
@@ -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