Skip to content

Commit

Permalink
Testing new build release system
Browse files Browse the repository at this point in the history
  • Loading branch information
insign committed May 20, 2023
1 parent 1ec147f commit 4697b90
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_run:
workflows: [CI]
types: [completed]
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v0.36.1
- Testing new build release system
## v0.36.0
- Testing new build release system
## v0.35.0
Expand Down
2 changes: 1 addition & 1 deletion lib/pubspec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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}';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4697b90

Please sign in to comment.