-
Notifications
You must be signed in to change notification settings - Fork 4
Creating a new release
The installer package has been replaced with our own implementation, albeit reusing the Windows Installer Custom Actions DLL that ships with MSKLC. The installer package is authored using WiX. Please, make sure to update the package version according to the detailed instructions at the top of the product.wxs file.
This repository uses AppVeyor continuous integration to build and package artifacts that must be published on each new release. The release and its assets are created automatically with the correct version.
The release must now be modified to include:
- The fixed
AZERTY NF Z71-300 Keyboard Layout
title. - A change log.
- A link to the french documentation.
The documentation pages must also be updated to refer to the new setup.zip
download.
In order to create a new release, please follow the steps outlined here:
-
Push a version tag to the current HEAD of the
master
branch.
Use a version tag with the following format: v M.m.x.y.
git tag v1.2.0.0 master
important: make sure to specify the base ref branchmain
.
git push --tags origin
-
This will trigger a new build and create a new release on the Releases page.
-
Move the french documentation notice from the previous release to the current release.
Or copy the following fragment:
Veuillez consulter la procédure d’installation détaillée.
- Copy the link to the
setup.zip
release asset to the Windows clipboard. - Use Bitly or another service to shorten the copied URL.
- Checkout the
gh-pages
branch. - Modify the
download.md
file in thegh-pages
documentation branch, to update the download link from the PowerShell sample download instructions. - Push those updated changes to the
gh-pages
branch.