Skip to content

Commit 7e3cb50

Browse files
TatskaariJonathan Poole
authored andcommitted
Add release files (#13)
1 parent 12ec4eb commit 7e3cb50

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ jobs:
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v2
12+
- name: build
13+
run: ./pleasew build //tools/...
1214
- name: Release
1315
env:
1416
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1517
uses: tatskaari/release-action@master
18+
with:
19+
release-files: plz-out/package
1620

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.1.1
2+
-------------
3+
* Release tools
4+
5+
16
Version 0.1.0
27
-------------
38
* Initial commit

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

tools/please_pex/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ filegroup(
33
name = "please_pex",
44
srcs = ["@//_please:please_pex"],
55
visibility = ["PUBLIC"],
6+
labels = ["hlink:plz-out/package"]
67
)

0 commit comments

Comments
 (0)