Skip to content

Commit

Permalink
Merge pull request #83 from memes/fix/docs_for_release
Browse files Browse the repository at this point in the history
Preparing for v1.0.0 release
  • Loading branch information
memes authored Jan 11, 2024
2 parents 82d8e3d + 02f2ea4 commit 8b50613
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ repos:
hooks:
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-toml
- id: detect-private-key
- id: end-of-file-fixer
# TODO: @memes - remove/modify if push to main is allowed
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ demos and projects.
2. Update `.pre-commit-config.yml` to add/remove plugins as necessary.
3. Modify README.md and CONTRIBUTING.md, change LICENSE as needed.
4. Review GitHub PR and issue templates.
5. If using `release-please` action, make these changes to repo Settings:
1. _Settings_ > _Actions_ > _General_ >
_Allow GitHub Actions to create and approve pull requests_ is checked.
2. _Settings_ > _Secrets and Variables_ > _Actions_, and add `RELEASE_PLEASE_TOKEN` with PAT as a _Repository Secret_.
6. Commit changes.
5. If using `release-please` action, make these changes:
1. In GitHub Settings:
* _Settings_ > _Actions_ > _General_ > _Allow GitHub Actions to create and approve pull requests_ is checked
* _Settings_ > _Secrets and Variables_ > _Actions_, and add `RELEASE_PLEASE_TOKEN` with PAT as a _Repository Secret_
2. Reset [version.txt](version.txt) to an empty file or remove if using a different `release-please` type.
6. Remove all [CHANGELOG](CHANGELOG.md) entries.
7. Commit changes.

0 comments on commit 8b50613

Please sign in to comment.