Skip to content

kchibisov/alacritty-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alacritty Website

This is the source code of the Alacritty terminal emulator website.

Changelog generation

New changelog entries are generated from Alacritty's changelog using the convert_changelog.sh script. After the generation additional information like images can be added and the new changelog needs to be appended to the changelog.html manually.

The following script will generate a changelog for version 1.2.3 from the partial_changelog file. To do so, the changelog_template.html must be inside the working directory.

convert_changelog.sh partial_changelog 1.2.3

The partial_changelog file must contain the individual changelog entries and section headings, without the version heading. A valid source file should look like this:

### Packaging

- Minimum Rust version has been bumped to 1.46.0

### Added

- Support for `ipfs`/`ipns` URLs
- Mode field for regex hint bindings

Releases

No releases published

Packages

No packages published

Languages

  • HTML 94.4%
  • CSS 4.5%
  • Shell 1.1%