Skip to content

Commit 94b64e7

Browse files
Merge branch '3.x' into json-decode-empty
2 parents 710f113 + c067296 commit 94b64e7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/3x.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Terminus 3.x
22
on:
33
push:
4-
schedule:
5-
- cron: '0 6 * * *'
64
workflow_dispatch:
75
inputs:
86
functional_tests_group:

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
33

4-
## 3.6.2-dev -
4+
## 3.6.3-dev
5+
6+
7+
## 3.6.2 - 2025-03-03
8+
- Pass verbose flag to ssh if terminus is in verbose mode (#2663)
9+
- Bug fix: backup:restore with --file parameter restores backups multiple ties (#2664)
510

611
## 3.6.1 - 2024-12-04
712

config/constants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99
# App
10-
TERMINUS_VERSION: '3.6.2-dev'
10+
TERMINUS_VERSION: '3.6.3-dev'
1111

1212
# Connectivity
1313
TERMINUS_HOST: 'terminus.pantheon.io'

0 commit comments

Comments
 (0)