Skip to content

Release SDK via Github Action #15

@mattinannt

Description

@mattinannt

Motivation

Currently we build and release the react-native SDK manually from our local machines when it's time for a new release. In order to follow a proper release structure and make the releases visible in the Github repository, we should use the Github release functionality.
This would also improve the SonarQube analysis since it can detect and calculate new issues since the last release making it easier for us to identify issues that were introduced since the last release.

Solution

Automate the release via Github Actions. In Github we can create a new release with a v-prefixed SemVer, e.g. v2.0.0. This should trigger a release pipeline:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions