Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…form-provider-cdap into fix_install
  • Loading branch information
umairidris committed Nov 3, 2020
2 parents c68f13f + 739a20c commit aecbba3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 36 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,33 @@ GCP Data Fusion specific helpers and modules can be found in the corresponding
## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md)

## Development

To build a local version of the provider, run `go build -o ${test_dir}`
where `test_dir` is the path to a directory hosting test Terraform configs.

## Releasing

Automated releases are handled by Github Actions.

1. Choose a version. It should match the regex `^v[0-9]+\.[0-9]+\.[0-9]+$`.
That is, a leading "v", followed by three period-separated numbers.

```bash
version="v0.1.0"
```

1. Create the Git tag.

For binaries:

```bash
git tag -a "${version}" -m "${version}"
```

1. Push the tag:

```bash
git push origin --tags
```
34 changes: 0 additions & 34 deletions build.sh

This file was deleted.

2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ The following fields are supported:
* token
(Optional):
The OAuth token to use for all http calls to the instance.


0 comments on commit aecbba3

Please sign in to comment.