Logo
Explore Help
Sign In
cybercinch/go-semantic-release
1
0
Fork 0
You've already forked go-semantic-release
Code Issues Pull Requests Packages Projects Releases 14 Wiki Activity
Files
master
go-semantic-release/Makefile

15 lines
258 B
Makefile
Raw Permalink Normal View History

feat(integrations): add first simple npm integration Integrations are simple helpers to make integration with existing tools easier. At basic npm support, the integration will set the version before release to the `package.json` ```yml integrations: npm: enabled: true ```
2021-02-24 22:38:15 +01:00
all: build
.PHONY: build
build:
fix(*): Use vendored dependencies in build :wrench:
2024-04-08 14:04:15 +12:00
GOFLAGS=-mod=vendor go build -o build/go-semantic-release-temp ./cmd/go-semantic-release/
feat(integrations): add first simple npm integration Integrations are simple helpers to make integration with existing tools easier. At basic npm support, the integration will set the version before release to the `package.json` ```yml integrations: npm: enabled: true ```
2021-02-24 22:38:15 +01:00
lint:
golangci-lint run --print-issued-lines=false --fix ./...
test:
fix(#62): show message block with right indent
2022-03-04 11:02:52 +01:00
go test --coverprofile coverage.out -v -parallel 20 ./...
Reference in New Issue Copy Permalink
Powered by Gitea Page: 47ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses