-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also enhanced the RELEASE_CHECKLIST steps and structute Enhanced formatting for previous release in CHANGELOG
- Loading branch information
1 parent
ba72730
commit ce56e38
Showing
2 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
# Theme Update Procedure | ||
# About | ||
This document contains information on how to create and maintain releases for this project | ||
|
||
# Guides | ||
|
||
## Stable Release | ||
1. Make changes to any theme(-s) | ||
2. Update [VERSIONS_ARCHIVE.md](../VERSIONS_ARCHIVE.md) : | ||
- Change old versions link from `*/releases/latest/download/*` to `*/releases/{tagname}/download/*` | ||
- Add new version with link to `*/releases/latest/download/*` | ||
3. Add new version to table in [README.md #development-status](../README.md#development-status) | ||
4. Commit and Create new tag. Name sample: | ||
- `release-yyyymmdd` | ||
5. Push tag to remote and create **release** | ||
6. ~~Attach <ins>ALL</ins> theme files *(Even if they don't have any changes)* to release to make `*/releases/latest/download/*` work properly~~ | ||
> Files are now automatically attached to release with Github Actions | ||
7. That's all, watch and **pray** 👏 | ||
4. Commit changes and create a new tag. Naming convention: | ||
- `release-yyyymmdd` *(optional +`-<codename>`)* | ||
5. Merge all the changes to `master` branch | ||
6. Push all changes and the tag to remote | ||
7. Create the Github release | ||
8. That's it - Github Actions CI will now take care of all that's left, watch and **pray** 👏 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters