Skip to content

Commit

Permalink
Fix the release note guide (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
lingxiankong authored Apr 14, 2020
1 parent 3f36751 commit 66624e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fixes #
**Release note**:
<!--
1. Release note is required if a significant change is introduced, otherwise please keep this section as is.
2. Release note is in Markdown format and should begin with the binary name unless multiple binaries are affected, e.g. openstack-cloud-controller-manager: Deprecate Neutron-LBaaS support.
2. Release note is in Markdown format and should begin with the binary name unless multiple binaries are affected, e.g. [openstack-cloud-controller-manager] Deprecate Neutron-LBaaS support.
3. Instructions for writing a release note: https://git.k8s.io/community/contributors/guide/release-notes.md
-->
```release-note
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ endif
import-boss:
ifndef HAS_IMPORT_BOSS
echo "installing import-boss"
GO111MODULE=off go get -u k8s.io/code-generator/cmd/import-boss
go get -u k8s.io/code-generator/cmd/import-boss
endif
hack/verify-import-boss.sh

Expand Down

0 comments on commit 66624e3

Please sign in to comment.