Skip to content

Commit 66d1a9a

Browse files
committed
v2.1.0
1 parent 368bb0d commit 66d1a9a

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/tag.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
name: Tag npm bumps
1+
name: Tag npm bumps and build release artifacts
22

33
on:
44
push:
55
branches:
66
- master
7+
78
jobs:
8-
call-workflow-passing-data:
9-
uses: nbr23/github-workflows/.github/workflows/tag-npm-version-bump.yml@4abb57b8b1d40ad5df49c5129368e6b52740d2d6
9+
tag-and-release:
10+
uses: nbr23/github-workflows/.github/workflows/tag-npm-version-bump.yml@e1e97176734f2c8badaea5e1811231dcdd11a208
1011
with:
11-
create_release: true
12+
create_release: true
13+
build_command: make all
14+
release_assets: |
15+
{
16+
"bunny-pack-{tag}-chrome.zip": "web-ext-artifacts/*.zip"
17+
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "BunnyPack",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"description": "Decode MessagePack encoded messages in RabbitMQ's web console.",
66
"author": "nbr23",
77
"permissions": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bunny-pack",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Decode MessagePack encoded messages in RabbitMQ's web console.",
55
"license": "MIT",
66
"private": true,

0 commit comments

Comments
 (0)