We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabb234 commit b1df255Copy full SHA for b1df255
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log (go-package-manager)
2
3
-## 0.40.0
+## 0.40.1
4
5
- **BREAKING CHANGE**: `publish` command now supports `publish`, `prepublish` and `postpublish` scripts in `gpm.yaml` file
6
gpm.yaml
@@ -30,6 +30,7 @@ files:
30
scripts:
31
docs: "go run . generate documentation ./docs"
32
prebump: "go build ."
33
+ prepublish: "go build ."
34
test: "exit 0"
35
test1: "echo test1 runs on default environment"
36
dev:test1: "echo test1 runs on 'dev' environment"
0 commit comments