Skip to content

Commit 54b55e1

Browse files
Merge pull request #1 from go-gitea/master
Update to upstream
2 parents d672206 + 633dc80 commit 54b55e1

File tree

7,462 files changed

+1259818
-316588
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,462 files changed

+1259818
-316588
lines changed

.air.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = "."
2+
tmp_dir = ".air"
3+
4+
[build]
5+
cmd = "make backend"
6+
bin = "gitea"
7+
include_ext = ["go", "tmpl"]
8+
exclude_dir = ["modules/git/tests", "services/gitdiff/testdata", "modules/avatar/testdata"]
9+
include_dir = ["cmd", "models", "modules", "options", "routers", "services", "templates"]

.changelog.yml

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,61 @@
1+
# The full repository name
12
repo: go-gitea/gitea
3+
4+
# Service type (gitea or github)
5+
service: github
6+
7+
# Base URL for Gitea instance if using gitea service type (optional)
8+
# Default: https://gitea.com
9+
base-url:
10+
11+
# Changelog groups and which labeled PRs to add to each group
212
groups:
3-
-
13+
-
414
name: BREAKING
515
labels:
616
- kind/breaking
7-
-
8-
name: FEATURE
17+
-
18+
name: FEATURES
919
labels:
1020
- kind/feature
21+
-
22+
name: SECURITY
23+
labels:
24+
- kind/security
25+
-
26+
name: API
27+
labels:
28+
- kind/api
1129
-
1230
name: BUGFIXES
1331
labels:
1432
- kind/bug
15-
-
16-
name: ENHANCEMENT
33+
-
34+
name: ENHANCEMENTS
1735
labels:
1836
- kind/enhancement
1937
- kind/refactor
2038
- kind/ui
2139
-
22-
name: SECURITY
23-
labels:
24-
- kind/security
25-
-
2640
name: TESTING
2741
labels:
2842
- kind/testing
29-
-
43+
-
3044
name: TRANSLATION
3145
labels:
3246
- kind/translation
33-
-
47+
-
3448
name: BUILD
3549
labels:
3650
- kind/build
3751
- kind/lint
38-
-
52+
-
3953
name: DOCS
4054
labels:
4155
- kind/docs
42-
-
56+
-
4357
name: MISC
44-
default: true
58+
default: true
59+
60+
# regex indicating which labels to skip for the changelog
61+
skip-labels: skip-changelog|backport\/.+

0 commit comments

Comments
 (0)