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

Realize Release Overview Page #68

Open
WiesBen opened this issue Mar 28, 2019 · 2 comments
Open

Realize Release Overview Page #68

WiesBen opened this issue Mar 28, 2019 · 2 comments

Comments

@WiesBen
Copy link

WiesBen commented Mar 28, 2019

Hi there,

your plugin is wonderfully working. I have one question. Is it possible to have one single overview page where I can see all versions on s3 with its corresponding Changelog.md files and a user can select which one he would like to download?

@revolter
Copy link
Collaborator

revolter commented Apr 8, 2019

AFAIK, there isn't such thing, but Pull Requests are welcomed 😃

@ram-nadella
Copy link

@WiesBen we've done something like this for one of our enterprise apps, the code for this is not in a place where we can share cuz it's intertwined with other things we're doing there but the logic goes something like this:

When uploading a build, append the necessary info to a JSON file (say versions.json) and push that to S3. You'll have to read it first, add the new version to the list of versions and write the file back so it includes the new version. You can pull the necessary info from the lane variables (linked to the docs on fastlane site cuz README in this repo does not include this info, another PR idea 😄)

Modify the HTML template that shows download links so that it reads the versions.json file first, loop over the array of versions and generate the right download links (s3_ios_html_template.erb)

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

No branches or pull requests

3 participants