Compare commits

...

2 Commits

Author SHA1 Message Date
6de75377c3 Release 2.0.0rc3 2022-04-04 02:40:17 +03:00
a734b86e66 allow any tag for push 2022-04-04 02:39:56 +03:00
4 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,8 @@ name: docker image
on: on:
push: push:
branches: [ master ] branches: [ master ]
tags:
- '*'
jobs: jobs:
docker-image: docker-image:

View File

@ -3,7 +3,7 @@ name: release
on: on:
push: push:
tags: tags:
- '*.*.*' - '*'
jobs: jobs:
make-release: make-release:

View File

@ -1,7 +1,7 @@
# Maintainer: Evgeniy Alekseev # Maintainer: Evgeniy Alekseev
pkgname='ahriman' pkgname='ahriman'
pkgver=2.0.0rc2 pkgver=2.0.0rc3
pkgrel=1 pkgrel=1
pkgdesc="ArcH Linux ReposItory MANager" pkgdesc="ArcH Linux ReposItory MANager"
arch=('any') arch=('any')

View File

@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
__version__ = "2.0.0rc2" __version__ = "2.0.0rc3"