Replies: 5 comments 26 replies
-
The RFC at jscutlery/semver#317 continues to use the pattern of pre/post tasks referenced in the configuration, which effectively solves most of the issues I've run into. The only issue I see with this pattern is that now we have one very big task which encapsulates semver bumping, building, packaging and delivering. |
Beta Was this translation helpful? Give feedback.
-
Hi, so it's not a RFC anymore, {
"targets": {
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"postTargets": ["my-project:github"]
}
},
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "${tag}",
"notesFile": "libs/my-project/CHANGELOG.md"
}
}
}
} I would like to reference ngx-deploy-npm in the documentation and give a configuration example. @dianjuar Could you help me to do so? The final objective is being able to deploy to npm directly in the CI. |
Beta Was this translation helpful? Give feedback.
-
@edbzn you mentioned on #70 the following
I can't see the problem there, let me explain. There is something that I'm not seeing? |
Beta Was this translation helpful? Give feedback.
-
@edbzn Now that this tool is fully migrated to use NxDevkit, you can use it to deploy Semver. As Semver uses Semver to generate Semver's changelogs, you can test the integration with your project. I will document the process right here 👇 |
Beta Was this translation helpful? Give feedback.
-
@edbzn, do you have anything more to discuss, clarify or test about the integration? For my part, I'm more than satisfied 😁. All the tasks related to the integration are complete, and we have already documented the process. I want to mark this discussion as complete unless you have something more to bring to the table. (I don't know how to complete it 😅) |
Beta Was this translation helpful? Give feedback.
-
Let's discuss about integration, know issues, patches needed, approaches, experiences, current successful histories and anything related about the simbiosis between ngx-deploy-npm and JSCutlery/semver
Beta Was this translation helpful? Give feedback.
All reactions