-
Notifications
You must be signed in to change notification settings - Fork 3
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
Export mock factory and test data #125
Conversation
It is possible to include mock factory methods and referenced test data in the package but this makes it heavy. Maybe there should be a dev version of the package and one for productive use. |
# Conflicts: # test-framework/src/app/app.component.ts # test-framework/yalc.lock
# Conflicts: # test-framework/yalc.lock
# Conflicts: # test-framework/src/app/app.component.ts
# Conflicts: # src/index.ts
@subotic This PR contains the necessary changes to produce a dev version of the package. I think I will be able to set up an automated publication process where:
I think the convention could be that if "1.0.0-rc.0" is the productive version, "1.0.0-devrc.0" would be published in parallel (or "1.0.0" and "1.0.0-dev"). I think the dev version should always be treated as a prerelease. However, I still need to make sure that it works correctly with semantic versioning. |
@tobiasschweizer this branch is out-of-date. Can you please update it? or should I? |
This branch will be deleted, please use https://www.npmjs.com/package/@knora/api/v/1.0.0-rc.0 |
closes #121