-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
New release flow #1540
New release flow #1540
Conversation
0b6fb82
to
4b0c9f9
Compare
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "OctoLinker", | |||
"version": "6.10.2", | |||
"version": "0.0.0", |
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.
From now on, we will not store the actual version number in git anymore.
.github/workflows/release.yml
Outdated
with: | ||
node-version: 16 | ||
|
||
- name: Get changelog entry |
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.
We don't have a change log, so this step isn't needed unless we want to start doing that. If we do it has to be in this format for the action to work (most of the repos listed in my profile readme use this format since I'm also using this action with them) https://keepachangelog.com
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.
Thanks, I'll remove it for now.
Co-authored-by: Brian Surowiec <[email protected]>
A discussed with @xt0rted this updates thee release flow. Now it is just a matter of creating a release.