Commit b55ef77 1 parent 938a007 commit b55ef77 Copy full SHA for b55ef77
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "extends": ["ts-important-stuff", "plugin:prettier/recommended" ],
2
+ "extends": ["ts-important-stuff"],
3
3
"parser": "@babel/eslint-parser",
4
4
"rules": {
5
5
"linebreak-style": 0
Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ name: Docker CI
3
3
on :
4
4
push :
5
5
branches :
6
+ - main
6
7
- develop
7
8
# Build then a new version is tagged
8
9
tags :
9
10
- ' *.*.*'
10
11
pull_request :
11
12
branches :
13
+ - main
12
14
- develop
13
15
schedule :
14
16
# Build every night at 1am
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ 1.0.0 - 2023-08-17 ]
7
+ ## [ 1.0.0 - 2023-12-13 ]
8
8
### Added
9
9
- First version
10
10
- Teiler core config
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
14
- Generate single-spa-router from teiler-core import-map
15
15
- Docker ignore
16
16
- Rename Teiler Orchestrator, Teiler Dashboard and Teiler Backend
17
+ - Main in Docker CI
17
18
18
19
## Changed
19
20
- Title
You can’t perform that action at this time.
0 commit comments