Skip to content

Commit b4586aa

Browse files
authored
Merge pull request #10874 from owncloud/chore/mark-7-production-release
chore: mark 7 production release
2 parents 44c2a41 + 84d7632 commit b4586aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.drone.star

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# NOTE: need to be updated if new production releases are determined
66
# - follow semver
77
# - omit 'v' prefix
8-
PRODUCTION_RELEASE_TAGS = ["5.0", "7.0"]
8+
PRODUCTION_RELEASE_TAGS = ["5.0", "7"]
99

1010
# images
1111
ALPINE_GIT = "alpine/git:latest"

.github/release_template.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [ ] DEV/QA: Check new strings and align with clients
99
* [ ] DEV/DOCS: Create list of pending docs tasks
1010
* [ ] DEV: Create branch `release-x.x.x-rc.x` -> CODEFREEZE
11+
* [ ] DEV: specify if it is a production release in [.drone.star](https://github.com/owncloud/ocis/blob/b4cf38fa1ba180c58519026dfe762b7c45695466/.drone.star#L8) (if needed)
1112
* [ ] DEV: bump ocis version in necessary files
1213
* [ ] DEV: `changelog/CHANGELOG.tmpl`
1314
* [ ] DEV: `ocis-pkg/version/version.go`

0 commit comments

Comments
 (0)