Releases: devlinjunker/template.github.docs
Releases · devlinjunker/template.github.docs
release-0.9
Changes:
fix: simplify labels
fix: exclude emoji labels
doc: license badge to blue
doc: enable cii badge
doc: add CHANGELOG file
doc: use markdown comments in templates and README
release-0.8
First Release of Template Github Docs
-
contains:
- Example README with badges
- Label Manager action
- Example Icon Image Files
- Most Github expected files
- LICENSE
- CONTRIBUTING.md
- SECURITY.md
- CODE_OF_CONDUCT.md
- Issue Templates and Pull Request Templates
-
Manually created by:
git checkout main;
git pull;
git checkout -b release-0.8;
<Update README.md to set version (0.8.0)>
git add README.md;
git commit -m "increment version for release";
git push --set-upstream origin release-0.8;
git tag v0.8.0;
git push --tags;
Also need to:
git checkout main;
<Update README.md to set version (0.9-SNAPSHOT)>
git add README.md;
git commit -m "increment version after release";
git push;
Note: Source Code Download is missing github specific files, you will need to either:
git clone
andgit checkout v0.8.0
and then add new git remote configuration for your new repo (i.e.git remote add ...
) and then push to the new remote- Use Github Template Feature