-
Notifications
You must be signed in to change notification settings - Fork 17
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
💡 [Feature]: Create Publish action which will bundle and package the solution #385
Comments
@nicodecleyre thank you for this suggestion based on our discussion. As for the question I don't have any hard opinion on that. If you think having a single task with a prompt instead of two separate tasks then I say we may roll with this idea 👍. |
hmm, i don't know if we should hard define the increment step in this publish task. As maybe the user opted to change the version number manually. I'm more of a fan of creating a setting as discussed in the other issue, and only if this setting is checked, then the increment prompt should show up in the bundle & publish task. What do you think? Indeed, as the list gets longer it's best to keep it as clear as possible; i will create a seperate issue to change the bundle & package solution tasks into one for each |
yes lets do that |
Sorry maybe I wasn't clear. My idea was not to add increment step to publish but create something additional as well. Additionally I was thinking to add a new |
Ah, now i get it! Yes, this new action can be a real timesaver! As for a name maybe something like "Deploy all" or "Ship"? |
"Ship it 🚢" |
Ok this issue -with the publish task is clear. |
It's a good first issue, let's see if someone from the community is interested in taking this one 🙏 |
🎯 Aim of the feature
We should add a task "Publish" which will combine the bundle & package solution so it will execute
gulp bundle && gulp package-solution
.📷 Images (if possible) with expected result
🤔 Additional remarks or comments
This task should handle the publish action for local or production environment. Either two tasks are created, one for publish local and one for publish production. Or we create a publish task and it prompts the user if it should publish for a local or for a production environment
The text was updated successfully, but these errors were encountered: