@joebigelow / wix / commits / dbbce9a1

Start WiX Toolset v5

Rob Mensching committed Apr 16, 2023 at 10:25 UTC dbbce9a1a489419271dad960757f764e4ad5508d
3 files changed +12 -12
.github/workflows/build.yml
+4 -3
@@ -25,10 +25,11 @@ jobs:
25 name: Build
26 runs-on: windows-2022
27 steps:
28 - - name: Checkout code
28 + - name: Clone repo (shallow)
29 uses: actions/checkout@v3
30 - with:
31 - fetch-depth: 0
30 +
31 + - name: Fetch code
32 + run: git fetch --shallow-exclude=v4.0.0
33
34 # - name: Configure Visual Studio
35 # shell: cmd
README.md
+7 -8
@@ -2,11 +2,11 @@
2
3 [![latest version](https://img.shields.io/nuget/vpre/wix)](https://www.nuget.org/packages/wix)
4 [![download count](https://img.shields.io/nuget/dt/wix)](https://www.nuget.org/stats/packages/WiX?groupby=Version)
5 -[![build status](https://img.shields.io/github/actions/workflow/status/wixtoolset/wix4/build.yml?branch=develop)](https://github.com/wixtoolset/wix4/actions/workflows/build.yml?query=branch%3Adevelop)
5 +[![build status](https://img.shields.io/github/actions/workflow/status/wixtoolset/wix/build.yml?branch=develop)](https://github.com/wixtoolset/wix/actions/workflows/build.yml?query=branch%3Adevelop)
6
7 -# WiX Toolset v4
7 +# WiX Toolset
8
9 -This repository contains the WiX Toolset v4 codebase.
9 +This repository contains the WiX Toolset codebase.
10
11 # Developing WiX
12
@@ -33,9 +33,9 @@ This repository contains the WiX Toolset v4 codebase.
33
34 ##### Getting started:
35
36 -* Fork the WiX4 repository (https://github.com/wixtoolset/wix4.git)
36 +* Fork the WiX repository (https://github.com/wixtoolset/wix.git)
37 into a GitHub domain that you control
38 -* Clone the WiX4 repository from your fork (git clone https://github.com/yourdomain/wix4.git)
38 +* Clone the WiX repository from your fork (git clone https://github.com/yourdomain/wix.git)
39 into the directory of your choice
40
41 ##### To build the WiX toolset:
@@ -50,12 +50,11 @@ This repository contains the WiX Toolset v4 codebase.
50
51 ##### Pull request expectations
52
53 - * Pick an outstanding WiX4 issue (or create one). Add a comment requesting that you be assigned to the issue. Wait for confirmation.
53 + * Pick an outstanding WiX issue (or create one). Add a comment requesting that you be assigned to the issue. Wait for confirmation.
54 * To create a PR fork a new branch from the develop branch
55 * Make changes to effect whatever changed behaviour is required for the PR
56 * Push the changes to your repository origin as needed
57 * If there are multiple commits squash them down to one commit.
58 * If the develop branch has changed since you created your new branch rebase to the current development branch.
59 * If needed (ie, you squashed or rebased), do a force push of your branch
60 - * Create a PR with your branch against the WiX4 repository.
61 -
60 + * Create a PR with your branch against the WiX repository.
src/version.txt
+1 -1
@@ -1 +1 @@
1 -4.0.0
1 +5.0.0-preview.1-build.{height}