Skip to content

Commit

Permalink
Prepare release 1.20.4 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicirello authored Sep 7, 2023
1 parent 53bb18e commit a1eebf9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/generate-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
with:
colors: light
image-file: images/light.svg
# Using custom-title is not necessary here in general.
# I'm just using it so that the sample has a more generic name
# of user rather than my name. The format this uses is identical
# to if this input was not used, but with my name replaced by a
# generic name.
custom-title: Firstname Lastname's GitHub Activity
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

### Fixed
* Refactored everything locale related to extract definitions of locales from Python dictionaries to JSON files to ease the process of contributing additional language translations.

### Dependencies

### CI/CD


## [1.20.4] - 2023-09-07

### Fixed
* Refactored everything locale related to extract definitions of locales from Python dictionaries into JSON files to make it easier to contribute additional language translations.


## [1.20.3] - 2023-09-06

### Fixed
Expand Down

0 comments on commit a1eebf9

Please sign in to comment.