Skip to content

Commit b1df255

Browse files
committed
ci: add prepublish script to own gpm.yaml
1 parent fabb234 commit b1df255

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log (go-package-manager)
22

3-
## 0.40.0
3+
## 0.40.1
44

55
- **BREAKING CHANGE**: `publish` command now supports `publish`, `prepublish` and `postpublish` scripts in `gpm.yaml` file
66

gpm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ files:
3030
scripts:
3131
docs: "go run . generate documentation ./docs"
3232
prebump: "go build ."
33+
prepublish: "go build ."
3334
test: "exit 0"
3435
test1: "echo test1 runs on default environment"
3536
dev:test1: "echo test1 runs on 'dev' environment"

0 commit comments

Comments
 (0)