Skip to content

Commit

Permalink
feat: add symbols check
Browse files Browse the repository at this point in the history
Change-Id: I379febd6e994f371f594a9cafde79db9b6304812
  • Loading branch information
Iceyer committed May 2, 2018
1 parent 315e082 commit a811208
Show file tree
Hide file tree
Showing 3 changed files with 5,119 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"commit": {
"quilt": false,
"pkgver": "git describe --tags --long %(ref)s | awk '{split($0,v,\"-\"); print v[1]\"+r\"v[2]\"+\"v[3]}'",
"dist": "experimental"
},
"release": {
"quilt": true,
"pkgver": "git describe --abbrev=0 --tags %(ref)s",
"dist": "unstable"
},
"release-candidate": {
"quilt": true,
"dist": "unstable"
}
}
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dtkwidget (2.0.7.2) unstable; urgency=medium

* Release 2.0.7.2

-- Iceyer <[email protected]> Wed, 02 May 2018 09:56:59 +0800

dtkwidget (2.0.0-0) unstable; urgency=medium

* Release 2.0.0.
Expand Down
Loading

0 comments on commit a811208

Please sign in to comment.