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

Add graddle task to update readmes #95

Closed
jzeferino opened this issue Jun 16, 2017 · 2 comments
Closed

Add graddle task to update readmes #95

jzeferino opened this issue Jun 16, 2017 · 2 comments
Assignees

Comments

@jzeferino
Copy link
Member

jzeferino commented Jun 16, 2017

The readme update was made by deploy automator, witch is a responsibility that should't be there.
Moving this logic from deploy automator forces us to put that logic somewhere.

  1. A gradle task could be a option but if we do that we can't re-use that code (only by copy).
  2. Another tool, will be overkill, IMO, because then we will have to run 2 tools when releasing a version.

What do you guys think?
@massivedisaster/adal-team

@extmkv
Copy link
Member

extmkv commented Jun 23, 2017

The first one.
We can make a task for the project and then call the task in every module passing the file by parameter.

@jzeferino
Copy link
Member Author

@extmkv I've already have a implementation for the first one approach. It searches SemanticVersion in every .md file and mass replace it.
I could have instead a list of files or a pattern to search.

The problem of this approach is that we would have a task like (a copy) this for other projects (like AFM).

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

6 participants