Skip to content

Commit

Permalink
Fixing Markdown linting error for a single trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
KCarlile committed Jul 26, 2024
1 parent 1556d71 commit 6a1d08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/code-owner-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ When enough changes (bugs and new features) have been merged into the `develop`

1. Create a PR from the `develop` branch into `main` branch.
1. Once that PR is merged into `main`, checkout `main` locally and pull to get the latest changes. Then, update the version number in `package.json` in your local `main` branch.
- Release creation will fail if the version in `package.json` is not the same as the version you are creating.
- Release creation will fail if the version in `package.json` is not the same as the version you are creating.
1. Run `npm run build` to update the `package-lock.json` and commit, then push back up to GitHub.
1. Use the [Release page](https://github.com/KCarlile/guitar-diagrams-js/releases) to create a new release.

Expand Down

0 comments on commit 6a1d08a

Please sign in to comment.