Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Implementing new release process #786

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

phoinixgrr
Copy link
Contributor

Summary

Streamlining the release process for mattermost-plugins by integrating release and signing pipelines under the delivery platform.

This update automates signing and releasing by simply pushing a semver tag(e.g: v0.0.1) or by using the newly introduced Makefile targets.

make patch
make minor
make major

For Release Candidades(RC):

make patch-rc
make minor-rc
make major-rc

Ticket Link

https://mattermost.atlassian.net/browse/CLD-7848

Streamlining the release process for mattermost-plugins by integrating release and signing pipelines under the delivery platform.

This update automates signing and releasing by simply pushing a semver tag(e.g: v0.0.1) or by using the newly introduced Makefile targets.
```
make patch
make minor
make major
```

For Release Candidades(RC):
```
make patch-rc
make minor-rc
make major-rc
```

Signed-off-by: Akis Maziotis <akis.maziotis@mattermost.com>
@phoinixgrr phoinixgrr merged commit 516750b into master Jun 6, 2024
9 checks passed
@phoinixgrr phoinixgrr deleted the CLD-7848-migrating-to-new-release-process branch June 6, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants