Skip to content

Commit

Permalink
docs: package command comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koltyakov committed Oct 31, 2023
1 parent e807626 commit 9ef44ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ build:
go build -o bin/cq-source-sharepoint -v

.PHONY: package
package:
go run main.go package --docs-dir docs -m @CHANGELOG.md v2.0.0 .
package: # before using it, craft separate /docs folder and place the command to release pipeline
go run main.go package --docs-dir docs -m @CHANGELOG.md $(git describe --tags --abbrev=0) .

0 comments on commit 9ef44ac

Please sign in to comment.