Skip to content

Commit 59c00ad

Browse files
committed
Specifically, this merges [28cfd93 from that repo](AArnott/Library.Template@28cfd93).
2 parents c61ceb4 + 28cfd93 commit 59c00ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Push the tag.
6161
When your repo is hosted by GitHub and you are using GitHub Actions, you should create a GitHub Release using the standard GitHub UI.
6262
Having previously used `nbgv tag` and pushing the tag will help you identify the precise commit and name to use for this release.
6363

64-
After publishing the release, the `.github\workflows\release.yml` workflow will be automatically triggered, which will:
64+
After publishing the release, the `.github/workflows/release.yml` workflow will be automatically triggered, which will:
6565

66-
1. Find the most recent `.github\workflows\build.yml` GitHub workflow run of the tagged release.
66+
1. Find the most recent `.github/workflows/build.yml` GitHub workflow run of the tagged release.
6767
1. Upload the `deployables` artifact from that workflow run to your GitHub Release.
6868
1. If you have `NUGET_API_KEY` defined as a secret variable for your repo or org, any nuget packages in the `deployables` artifact will be pushed to nuget.org.
6969

@@ -114,7 +114,7 @@ The best way to keep your repo in sync with Library.Template's evolving features
114114
```ps1
115115
git fetch
116116
git checkout origin/main
117-
.\tools\MergeFrom-Template.ps1
117+
./tools/MergeFrom-Template.ps1
118118
# resolve any conflicts, then commit the merge commit.
119119
git push origin -u HEAD
120120
```

0 commit comments

Comments
 (0)