mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(repo): rename default branch to main
This commit is contained in:
parent
0a64df293b
commit
20d013c697
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -2,7 +2,7 @@ name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
const REPO_URL = "https://github.com/apricote/Listory";
|
const REPO_URL = "https://github.com/apricote/Listory";
|
||||||
const CHANGELOG_URL = `${REPO_URL}/blob/master/CHANGELOG.md`;
|
const CHANGELOG_URL = `${REPO_URL}/blob/main/CHANGELOG.md`;
|
||||||
|
|
||||||
const VERSION = process.env.REACT_APP_VERSION || "Unknown";
|
const VERSION = process.env.REACT_APP_VERSION || "Unknown";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue