Skip to content

Commit

Permalink
release: Update 10-util.sh to adjust formatting (#3588)
Browse files Browse the repository at this point in the history
Update 10-util.sh
  • Loading branch information
David Yu authored Feb 8, 2024
1 parent bf95093 commit 74fa2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/build-support/functions/10-util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ function set_changelog {
fi
compatibility_note="
_Note: Consul K8s ${version_short} is compatible with Consul ${consul_version_short} and Consul Dataplane ${consul_dataplane_version_short}. Refer to our [compatibility matrix](https://developer.hashicorp.com/consul/docs/k8s/compatibility) for more info._"
> NOTE: Consul K8s ${version_short}.x is compatible with Consul ${consul_version_short}.x and Consul Dataplane ${consul_dataplane_version_short}.x. Refer to our [compatibility matrix](https://developer.hashicorp.com/consul/docs/k8s/compatibility) for more info."
fi

cat <<EOT | cat - "${curdir}"/CHANGELOG.MD >tmp && mv tmp "${curdir}"/CHANGELOG.MD
Expand Down

0 comments on commit 74fa2c3

Please sign in to comment.