Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missgin links to github PRs in CHANGELOG.md #2978

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yurket
Copy link

@yurket yurket commented Apr 5, 2021

Add missing links to github PRs in CHANGELOG.md

Also fix 1 incorrect link.
sed -i -re 's|\(PR #([0-9]{3,4})\)|\([PR #\1]\(https://github.com/opensim-org/opensim-core/pull/\1\)\)|g' CHANGELOG.md - the following command was used to add missing links

CHANGELOG.md (choose one)

  • updated.

This change is Reviewable

$(sed -i -re 's|\(PR #([0-9]{3,4})\)|\([PR #\1]\(https://github.com/opensim-org/opensim-core/pull/\1\)\)|g' CHANGELOG.md)
was used to add missing links
@yurket
Copy link
Author

yurket commented May 18, 2021

@aymanhab, @nickbianco, could you guys take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant