Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit new version of MainController to repo after bumping version #488

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/deploy/create-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ git config user.email '[email protected]'

"$deploy_path/fill-in-data.sh" "$version" "$major" "$minor" "$patch"

git add appinfo/info.xml package.json
git add appinfo/info.xml package.json lib/Controller/MainController.php

git commit -s -m "Bump to version $version"
git tag "v$version"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
[#478](https://github.com/nextcloud/cookbook/pull/478) @christianlupus
- Correct CI to allow creation of releases
[#482](https://github.com/nextcloud/cookbook/pull/482) @christianlupus
- New version as reported in the API should be saved in the MainController file and thus checked in
[#488](https://github.com/nextcloud/cookbook/pull/488) @christianlupus

### Removed
- Travis build system
Expand Down