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

Delete manifest generation #724

Merged
merged 2 commits into from Nov 26, 2019
Merged

Delete manifest generation #724

merged 2 commits into from Nov 26, 2019

Conversation

pepicrft
Copy link
Contributor

Related #668

Short description πŸ“

With the introduction of the edit command generating the manifests target in the generated project is no longer necessary. For that reason, I'm removing that logic in this PR.

Implementation πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»

  • Delete the .generateManifest generation option.
  • Delete the manifest generator utility.
  • Update documentation.

@pepicrft pepicrft requested review from andreacipriani and a team November 26, 2019 14:28
@pepicrft pepicrft self-assigned this Nov 26, 2019
@ghost ghost requested review from kwridan and ollieatkinson and removed request for a team November 26, 2019 14:28
@pepicrft pepicrft mentioned this pull request Nov 26, 2019
11 tasks
Copy link
Contributor

@andreacipriani andreacipriani left a comment

Choose a reason for hiding this comment

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

πŸ‘Œ

Copy link
Collaborator

@kwridan kwridan left a comment

Choose a reason for hiding this comment

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

Nice - projects are truly tuist agnostic now!

@@ -4,6 +4,9 @@ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/

## Next

### Removed
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it worth marking this as "breaking" ?

For anyone that did a tuist init in prior versions and upgrades to this version, tuist generate may fail as it won't recognise .generateManifest option

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is it worth marking this as "breaking" ?

Good point. We should definitively mark this one as breaking.

@pepicrft pepicrft merged commit 47cf133 into master Nov 26, 2019
@pepicrft pepicrft deleted the delete-generate-manifest branch November 26, 2019 15:33
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

Successfully merging this pull request may close these issues.

None yet

3 participants