Skip to content

Commit e5b53bd

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 4f553d3 + ff97fcd commit e5b53bd

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

data/release-notes/enterprise-server/3-3/0-rc1.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@ sections:
228228
# https://github.com/github/releases/issues/1665
229229
- When a new tag is created, the [push](/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#push) webhook payload now always includes a `head_commit` object that contains the data of the commit that the new tag points to. As a result, the `head_commit` object will always contain the commit data of the payload's `after` commit.
230230

231+
- heading: 'Performance Changes'
232+
notes:
233+
# https://github.com/github/releases/issues/1823
234+
- Page loads and jobs are now significantly faster for repositories with many Git refs.
235+
231236
# No security/bug fixes for the RC release
232237
# security_fixes:
233238
# - PLACEHOLDER

lib/enterprise-dates.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@
108108
"deprecationDate": "2022-12-07"
109109
},
110110
"3.4": {
111-
"releaseDate": "2022-02-08",
112-
"deprecationDate": "2023-03-08"
111+
"releaseDate": "2022-02-15",
112+
"deprecationDate": "2023-03-15"
113113
},
114114
"3.5": {
115-
"releaseDate": "2022-04-26",
116-
"deprecationDate": "2023-05-24"
115+
"releaseDate": "2022-05-03",
116+
"deprecationDate": "2023-05-31"
117117
},
118118
"3.6": {
119-
"releaseDate": "2022-07-12",
120-
"deprecationDate": "2023-08-09"
119+
"releaseDate": "2022-07-19",
120+
"deprecationDate": "2023-08-16"
121121
}
122122
}

0 commit comments

Comments
 (0)