Skip to content

Commit

Permalink
Add post-release.hook
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Sep 12, 2015
1 parent 086cd47 commit 96a23f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pypt/hooks/post-release.hook
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/zsh
. .pypt/config
echo "Next steps:"
echo " * update AUR packages"
echo " * update [pkgbuilder] repo"
1 change: 1 addition & 0 deletions release
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,4 @@ git push --tags
cleanup_cmfn

status "Done!"
. .pypt/hooks/post-release.hook

0 comments on commit 96a23f0

Please sign in to comment.