Closed overestimate closed 3 years ago
agreed
I agree with most of those things.. however, I don’t think a stable branch makes sense. If someone wants the source code for a particular release (all releases are theoretically stable) then they can download that from the tag, where it’s in a zip. If they want the git commit they can look at the logs for the release and go back to that commit in the repo.
I’ll start using a “dev” branch when I’m writing new code, and once it works and is tested, then I’ll merge into main.
i don’t want to move docs out of the README, for now. Eventually I’d like to move the docs to a proper place, not a markdown file. I’m interested in options for that, since I want something that’s free & open source and allows for GitHub contributions.
i like pizza
I agree with most of those things.. however, I don’t think a stable branch makes sense. If someone wants the source code for a particular release (all releases are theoretically stable) then they can download that from the tag, where it’s in a zip. If they want the git commit they can look at the logs for the release and go back to that commit in the repo. I’ll start using a “dev” branch when I’m writing new code, and once it works and is tested, then I’ll merge into main.
that works too, as long as you have a rolling and a stable release system it should be good for those points
marked documentation movement as done because it will not be occuring also working on contrib, issue, and pr markdowns and adding a bug megathread soon
issue template, pr template, and CONTRIBUTORS.md
now pending in #8
I agree with most of those things.. however, I don’t think a stable branch makes sense. If someone wants the source code for a particular release (all releases are theoretically stable) then they can download that from the tag, where it’s in a zip. If they want the git commit they can look at the logs for the release and go back to that commit in the repo.
I’ll start using a “dev” branch when I’m writing new code, and once it works and is tested, then I’ll merge into main.
i don’t want to move docs out of the README, for now. Eventually I’d like to move the docs to a proper place, not a markdown file. I’m interested in options for that, since I want something that’s free & open source and allows for GitHub contributions.
HI KQZZ
Mark unstable builds (builds from main branch) as pre-release
To be honest I doubt I'll do this. It's just too much work, when realistically I just want a feature out and being used, and if it's buggy, I'll try to fix it quickly or tell people to go back 1 version.
Mark unstable builds (builds from main branch) as pre-release
To be honest I doubt I'll do this. It's just too much work, when realistically I just want a feature out and being used, and if it's buggy, I'll try to fix it quickly or tell people to go back 1 version.
just do it via github actions?
Changes that should be made:
Add a stable branch Use a dev branch for developmentOnly release changes as stable when main is updated and stable