Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

[MXNET-711] Fixing the version build to show 1.2.1 instead of 1.2.0#11874

Closed
kpmurali wants to merge 3 commits intoapache:masterfrom
kpmurali:version-add-fix
Closed

[MXNET-711] Fixing the version build to show 1.2.1 instead of 1.2.0#11874
kpmurali wants to merge 3 commits intoapache:masterfrom
kpmurali:version-add-fix

Conversation

@kpmurali
Copy link
Copy Markdown
Contributor

Description

Fixing the version build to show 1.2.1 instead of 1.2.0

Checklist

Changes

  • Fixing the version build to show 1.2.1 instead of 1.2.0

@kpmurali kpmurali requested a review from szha as a code owner July 24, 2018 19:35
Comment thread docs/build_version_doc/AddVersion.py Outdated
with open('tag_list.txt', 'r') as tag_file:
for line in tag_file:
tag_list.append(line.lstrip().rstrip())
tag_list.append(line.lstrip().rstrip().replace("0.12.0","0.12.1").replace("1.2.0","1.2.1"))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed, please move this logic upstream and hook into the Jenkins job's parameters for the list of tags to display.
Also, please add comments along the way that make it clear what the differences are between the tags to build and the tags to display.

Copy link
Copy Markdown
Contributor

@marcoabreu marcoabreu Jul 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should rather have some generalized logic aka select each major and minor version and the highest patch or just use Aaron proposed method. This replace doesn't look right to me.

@aaronmarkham
Copy link
Copy Markdown
Contributor

This can be closed in favor of #11892.

@marcoabreu marcoabreu closed this Jul 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants