Skip to content

Commit

Permalink
fix: update docs and test version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dbudzins authored Jun 8, 2022
1 parent 716b289 commit cfa4b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In case there are multiple commits being merged, the biggest type of bump will b

The github action will update the project package.json, create a release tag in github, and update the changelog based on the commit messages in the code being merged.

**Note**: In order to access the repository, the action relies on a personal access token, which is stored as `ACTION_TOKEN` in the [repository secrets](https://github.com/jwplayer/ott-web-app/settings/secrets/actions). If this token needs to be updated, please generate a [Personal Access Token](https://github.com/settings/tokens) with the `public_repo` scope.
**Note**: In order to access the repository and bypass the protected branch requirements, the action relies on a personal access token, which must belong to an admin of the repo, and which is stored as `ACTION_TOKEN` in the [repository secrets](https://github.com/jwplayer/ott-web-app/settings/secrets/actions). If this token needs to be updated, please generate a [Personal Access Token](https://github.com/settings/tokens) with the `public_repo` scope.

## Git Commit Guidelines (conventional changelog)

Expand Down

0 comments on commit cfa4b2d

Please sign in to comment.