Skip to content

Commit

Permalink
Merge pull request #10874 from owncloud/chore/mark-7-production-release
Browse files Browse the repository at this point in the history
chore: mark 7 production release
  • Loading branch information
saw-jan authored Jan 15, 2025
2 parents 44c2a41 + 84d7632 commit b4586aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# NOTE: need to be updated if new production releases are determined
# - follow semver
# - omit 'v' prefix
PRODUCTION_RELEASE_TAGS = ["5.0", "7.0"]
PRODUCTION_RELEASE_TAGS = ["5.0", "7"]

# images
ALPINE_GIT = "alpine/git:latest"
Expand Down
1 change: 1 addition & 0 deletions .github/release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [ ] DEV/QA: Check new strings and align with clients
* [ ] DEV/DOCS: Create list of pending docs tasks
* [ ] DEV: Create branch `release-x.x.x-rc.x` -> CODEFREEZE
* [ ] DEV: specify if it is a production release in [.drone.star](https://github.com/owncloud/ocis/blob/b4cf38fa1ba180c58519026dfe762b7c45695466/.drone.star#L8) (if needed)
* [ ] DEV: bump ocis version in necessary files
* [ ] DEV: `changelog/CHANGELOG.tmpl`
* [ ] DEV: `ocis-pkg/version/version.go`
Expand Down

0 comments on commit b4586aa

Please sign in to comment.