Skip to content

Commit

Permalink
Merge pull request #113 from pact-foundation/fix/release_notes_window…
Browse files Browse the repository at this point in the history
…s_filename

fix(docs): correct windows filename to end in .zip in release notes
  • Loading branch information
YOU54F authored Jul 3, 2023
2 parents 28e4dd4 + ae7d368 commit 1654ffa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ Binaries will be extracted into `pact/bin`:
└── pact-stub-service
```

### Windows Users

Please append `.bat` to any of the provided binaries

eg.

```ps1
.\pact\bin\pact-broker.bat
```

## Installation

See the [release page][releases].
Expand Down
10 changes: 10 additions & 0 deletions packaging/README.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ Binaries will be extracted into `pact/bin`:
└── pact-stub-service
```

### Windows Users

Please append `.bat` to any of the provided binaries

eg.

```ps1
.\pact\bin\pact-broker.bat
```

## Installation

See the [release page][releases].
Expand Down
8 changes: 4 additions & 4 deletions packaging/RELEASE_NOTES.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ tar xzf pact-<PACKAGE_VERSION>-linux-arm64.tar.gz
#### x86_64

```
curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/<TAG_NAME>/pact-<PACKAGE_VERSION>-windows-x86_64.tar.gz
unzip pact-<PACKAGE_VERSION>-windows-x86_64.tar.gz
curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/<TAG_NAME>/pact-<PACKAGE_VERSION>-windows-x86_64.zip
unzip pact-<PACKAGE_VERSION>-windows-x86_64.zip
```

#### x86

```
curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/<TAG_NAME>/pact-<PACKAGE_VERSION>-windows-x86.tar.gz
unzip pact-<PACKAGE_VERSION>-windows-x86.tar.gz
curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/<TAG_NAME>/pact-<PACKAGE_VERSION>-windows-x86.zip
unzip pact-<PACKAGE_VERSION>-windows-x86.zip
```

0 comments on commit 1654ffa

Please sign in to comment.