build(deps): bump actions/github-script from 8 to 9 (#138)
Bumps actions/github-script from 8 to 9.
updated-dependencies:
- dependency-name: actions/github-script dependency-version: ‘9’ dependency-type: direct:production update-type: version-update:semver-major …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
terraform-provider-csbsqlserver
This is a highly specialised Terraform provider designed to be used exclusively with the Cloud Service Broker (“CSB”) to manage binding and unbinding operations in a SQL Server instance.
Usage
Releasing
To create a new GitHub release, decide on a new version number according to Semantic Versioning, and then:
v:git tag vX.Y.Xgit push --tags