-
-
Notifications
You must be signed in to change notification settings - Fork 51
ci: auto-generate-changelogs #376
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
base: main
Are you sure you want to change the base?
Conversation
I propose we do time based releases, just for the sake of it, since we already deploy at every commit
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@teolemon do we need semantic versioning for a project like this? I mean, we could have a "stable" branch and regularly merge from main / devel. We don't need to add complexity with semantic versioning as we have no users (in terms of API). |
|
no semver needed, it's more regularly release. The only goal is to generate changelogs, create excitement, and post the novelties in slack @VaiTon |
|
Does this really make sense? Feels like one of these things that we have on the main website/repo so we are trying to clone it to this without having an actual need for it. |
Oh that's right with me, but I don't like GitHub releases with semver versioning. Is there any way to change that? |
|
Related discussion: |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - id: release | ||
| uses: googleapis/[email protected] |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step: release
…n permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
What