mattermost / circleci-orbs

Orbs used for building in MM repositories on circleci
3 stars 9 forks source link

[Suggestion] Publishing mattermost circleci orbs in an automated fashion #8

Closed RajatVaryani closed 4 years ago

RajatVaryani commented 4 years ago

Working on https://github.com/mattermost/mattermost-server/issues/13587 I released that we can automate the publishing of orbs to the namespace. The pipeline will involve sanity checks and publishing the orbs.

I can help contribute to it.

Reference links: link

RajatVaryani commented 4 years ago

@hanzei Can you please have someone look at this?

hanzei commented 4 years ago

I definitely see the need for making the release process for the Orb easier. But I'm concerned that auto releasing can lead to breaking build for plugins using the CI. E.g. the JIRA plugin uses always the latest release. Is there a way to avoid breaking builds by accident? Would git tags help?

cc @jaydeland