Skip to content

Commit 33a104b

Browse files
committed
Reame master branch to main
1 parent 34588b0 commit 33a104b

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

.github/workflows/linter.yml.disabled

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Lint Code Base
33
on:
44
workflow_dispatch:
55
push:
6-
branches: master
6+
branches: main
77
paths-ignore:
88
- '**/*.md'
99
pull_request:
10-
branches: master
10+
branches: main
1111
paths-ignore:
1212
- '**/*.md'
1313

@@ -25,5 +25,5 @@ jobs:
2525
uses: github/super-linter@v4
2626
env:
2727
VALIDATE_ALL_CODEBASE: false
28-
DEFAULT_BRANCH: master
28+
DEFAULT_BRANCH: main
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [1.3.0] - 2022-04-05
10+
- Rename master branch to main.
11+
12+
## [1.2.0] - 2021-10-25
13+
### Added
14+
- Support for `$XDG_CONFIG_HOME` for config file.
15+
16+
## [1.1.0] - 2018-03-26
17+
18+
## [1.0.0] - 2015-05-07

0 commit comments

Comments
 (0)