diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 8275a10..7e8fa2e 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -4,6 +4,9 @@ on: workflow_run: workflows: [CI] types: [completed] + push: + tags: + - "v[0-9]+.[0-9]+.[0-9]+*" jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index 654cec0..4521c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.36.1 +- Testing new build release system ## v0.36.0 - Testing new build release system ## v0.35.0 diff --git a/lib/pubspec.dart b/lib/pubspec.dart index f334fcc..5c510f6 100644 --- a/lib/pubspec.dart +++ b/lib/pubspec.dart @@ -2,7 +2,7 @@ const name = 'xpm'; const description = 'Universal package manager for any unix-like distro including macOS. Also experimental Windows support.'; -const version = '0.36.0'; +const version = '0.36.1'; const homepage = 'https://xpm.link'; const repository = 'https://github.com/verseles/xpm'; const executables = '{xpm: null}'; diff --git a/pubspec.yaml b/pubspec.yaml index 8d705d3..6922987 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: xpm description: Universal package manager for any unix-like distro including macOS. Also experimental Windows support. -version: 0.36.0 +version: 0.36.1 homepage: https://xpm.link repository: https://github.com/verseles/xpm executables: