SSWConsulting / SSWConsulting/SSW.Rewards.Mobile

Tech Spike into chosen release strategy

Open
#388 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
37
Forks
11
PR merge metrics
No merged PRs in 30d

Description

As per our conversation, we have decided to do the following:

• Split the Mobile App and API into their own repositories
• Use GitHub Releases to create Mobile App builds and artefacts
o Draft Release: Build artefacts and compile release notes
o Publish Release: Deploy artefacts to App Center
• Use Semantic Versioning for Mobile App, controlled via Releases
o When no tag is present, a tag will automatically be generated using a SemVer file for major/minor version, and number of commits to main as patch number
o When a tag is present, overwrite the SemVer file with the tag’s version number

Remaining questions are as follows:
• Can we automatically calculate major/minor versions based off Gitmojis or other methods?
• Can tags be added to existing releases via GitHub Actions?
• How will this strategy handle Mobile App releases to different environments?
e.g. – we have a version of the app that we want in the hands of testers. This means we need to publish the artefacts to App Center using Staging details (URLs, IDS, other infra, etc.). We then need to publish another release based off the same commit with Production details.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

This is a release-strategy spike rather than a file-specific change. Start by answering the three open questions in the issue: version calculation, tagging existing releases with GitHub Actions, and staging/production artefacts from the same commit. Done means a documented, validated strategy for repository separation, versioning, and environment-specific releases.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions
Domain
ci-cd, mobile-dev, release
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.