diff --git a/wp-theme-2018/CHANGELOG.md b/CHANGELOG.md similarity index 100% rename from wp-theme-2018/CHANGELOG.md rename to CHANGELOG.md diff --git a/wp-theme-2018/LICENSE b/LICENSE similarity index 100% rename from wp-theme-2018/LICENSE rename to LICENSE diff --git a/wp-theme-2018/README.md b/README.md similarity index 96% rename from wp-theme-2018/README.md rename to README.md index d8f6847b..04818938 100644 --- a/wp-theme-2018/README.md +++ b/README.md @@ -32,8 +32,8 @@ Epfl theme (Wordpress) - make sure your local branches `master` and `dev` are up-to-date - start a release: `git flow release start x.x.x` - update the following files: - - `VERSION` with the version number - - `style.css` with the version number + - `wp-theme-2018/VERSION` with the version number + - `wp-theme-2018/style.css` with the version number - `CHANGELOG.md` with a description of **all the changes since last release** - commit them in a "Bump version" commit - finish the release: `git flow release finish x.x.x -p -m "x.x.x"`