File: README.md

package info (click to toggle)
golang-github-scaleway-scaleway-sdk-go 1.0.0~beta12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,000 kB
  • sloc: javascript: 160; sh: 70; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Scaleway GO SDK - Scripts

This directory contains useful scripts to work on scaleway-go-sdk.

### check_for_tokens.sh \*\*

Checks that no token are present in cassette file

```
Usage: ./script/check_for_tokens.sh
```

### release.sh \*\*

This script will trigger the release process.
For more information on the release process you can refer to ./release/release.js file

```
Usage: ./script/release.sh
```