thomasborgen / storage-bucket

For easy GCP Storage Bucket interaction
MIT License
6 stars 0 forks source link

Add Continuous Delivery #19

Closed thomasborgen closed 4 years ago

thomasborgen commented 4 years ago

We need to add continuous delivery(publishing)

As a first solution we will implement it like this:

A PR must have [semver:FOO] in its merge message. FOO must be one of {major, minor, patch, skip}. If none is provided then publishing will not run. (same as skip)

Alternative: Do stuff manually

thomasborgen commented 4 years ago

https://circleci.com/orbs/registry/orb/circleci/orb-tools

This orb does something similar.