Skip to content

Commit

Permalink
Tag v22
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Feb 1, 2019
1 parent 77afe93 commit 5f9460d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
project(
'artwork',
['c'],
version: '21',
version: '22',
license: [
'GPL-2.0',
'CC-BY-3.0 ',
'CC-BY-SA-4.0',
'GPL-2.0-only',
],
default_options: [
'prefix=/usr',
Expand Down
7 changes: 2 additions & 5 deletions scripts/mkrelease.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
#!/bin/bash
set -e

git submodule init
git submodule update

# Bump in tandem with meson.build, run script once new tag is up.
VERSION="21"
VERSION="22"

NAME="artwork"
./scripts/git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
git-archive-all --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"

# Automatically sign the tarball with GPG key of user running this script
Expand Down

0 comments on commit 5f9460d

Please sign in to comment.