-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add tests and release jobs into drone #5
Conversation
This PR is built on top of #2 After it gets merged I'll do a rebase. |
1623cab
to
6cb8280
Compare
Had to change the node images because version 12 is having troubles with the module type in package.json (see manuelbieh/geolib#208) |
}, | ||
'title': ctx.build.ref.replace("refs/tags/v", ""), | ||
'note': 'dist/CHANGELOG.md', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to build the changelog first. The other alrready built changelog is from another pipeline. Also you need only the changes for that specific tag. Example in https://github.com/owncloud/ocis/blob/master/.drone.star#L565
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, thanks! I added it.
Had troubles with getting the calens from github so removed it from makefile and used calens image and the command directly in the drone. |
e773ddd
to
2b89600
Compare
2b89600
to
87ae396
Compare
Steps that should happen: