nest-raven
nest-raven copied to clipboard
improve ci pipeline
- [ ]
test.yaml
should only be executed onpull_request
- [ ]
release.yaml
should be split in topre_release.yaml
that looks for tags^v(\d+\.)?(\d+\.)?(\*|\d+)-alpha(\d+\.)?$
(and same forbeta
). This should push tonpm
onnext
tag - [ ]
release.yaml
should only look for ``^v(\d+.)?(\d+.)?(*|\d+)$` tags.
Can we on *release.yaml
also publish changelog on github?
I prefer https://github.com/lerna/lerna-changelog . its cute :)
It's easy to generate with some tool, ex https://github.com/semantic-release/release-notes-generator ? 🤔
I really like semantic-release/semantic-release.
What do you think if we just use that for automated releasing (and changelog generation)?
Hey, @9renpoto as you are now doing releasing. Do you think we need this?
Hello. The library is also calm, so it doesn't seem to be a high priority for now :)