You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our current workflow, it can take quite a long time until a new version is published.
Sometimes people need Stuff which is already in the master but we don't have created a new version for it.
Our current workflow to create a new version is described in DEVELOPMENT.md
In short:
If the master passes all tests and the build works without errors
We create a pull request with a release-<version> branch including
@boeckMt i think this would be really pragmatic solution. We have already discussed it, frequently we implement some new features during the sprint and then some of our client applications depend on them. Setting the client application to be dependend on master branch may lead to potential problems due to some unexpected updates and breaking changes within the master branch.
@boeckMt , @voinSR : completely agree! That would be a really useful thing to have. Releasing a next version shortly before a sprint, for example, would likely mean a lot less effort than a full release. Very pragmatic!
Description
In our current workflow, it can take quite a long time until a new version is published.
Sometimes people need Stuff which is already in the master but we don't have created a new version for it.
Our current workflow to create a new version is described in DEVELOPMENT.md
In short:
release-<version>
branch includingNode.js Package
Relevant Package
This feature request is for @dlr-eoc/....
Examples
Prereleases Versions:
Semver uses something like
We could try to allow pushing tags without the pull request procedure which are in a form like
vX.X.X-<identifier>
Angular e.g. uses something like
A 'Next' Version
Furthermore we could tag all this prereleases versions with npm
--tag next
.Maybe we can accomplish this all with
The text was updated successfully, but these errors were encountered: