Replies: 1 comment 2 replies
-
Depends. There is release-please, which seems to be the successor of standard-version (deprecated now), both generate changelogs out of commits, but you need to write conventional commits then. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to simplify the release process for PrivateBin, which would then lower the barrier (for me) to release more frequently. I don't think it makes sense to go for a fixed schedule, but after new features get added, libraries updated (for example by dependabot) we could release these more rapidly.
Working towards this doesn't have to be done in a big risky step, but if you agree with the goal, we could incrementally work towards this.
Here are some of the pain points that make releases a manual and difficult process:
Longer term, with the above changes, cuttting a release could become as simple as pushing a signed tag into the master branch. We could let automation handle the creation of github release notes and PRs in the related projects.
Would anyone have an issue with any of the above changes? How do you learn about new PrivateBin releases? Is it an issue if we stopped releasing blog posts on privatebin.info (and it's RSS feed) or do you primarily use github notifications or container image related automation to get notified and PrivateBin updated?
Beta Was this translation helpful? Give feedback.
All reactions