Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 990 Bytes

CONTRIBUTING.md

File metadata and controls

44 lines (25 loc) · 990 Bytes

Contribution Guidelines

👋 Welcome to cwc CLI! We're thrilled that you're interested in contributing to our open-source project.

Development

Prerequisites

Run the project

go run main.go

This will run the main file.

Like the normal use of the CLI you can follow the previous command with flags and subcommands.

Deliver a new release

1/ Create a new release

release1

release2

release3

2/ A pipeline will be triggered

pipeline

It'll build the CLI for Linux, MacOS X and Window platform for x86 and aarch64 architectures and upload the artifacts in gitlab:

artifacts

The the brew formula will be updated here. You'll just have to perform those commands to update the CLI in your device:

brew update
brew upgrade cwc