Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Mar 20, 2022
1 parent bbaa59e commit 5ad512e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
9 changes: 8 additions & 1 deletion backend/main/resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.0-beta.9](https://git.griefed.de/Griefed/ServerPackCreator/compare/3.0.0-beta.8...3.0.0-beta.9) (2022-03-02)


### 🛠 Fixes

* **Configuration:** Correctly load default properties and allow overriding of application properties from serverpackcreator properties. ([2f03d33](https://git.griefed.de/Griefed/ServerPackCreator/commit/2f03d33f5634603d305b85a2681307a63a7ec10a))

## [3.0.0-beta.8](https://git.griefed.de/Griefed/ServerPackCreator/compare/3.0.0-beta.7...3.0.0-beta.8) (2022-03-01)


Expand Down Expand Up @@ -962,7 +969,7 @@
* Empty commit so a new alpha will be generated... ([c1b5698](https://git.griefed.de/Griefed/ServerPackCreator/commit/c1b5698a0aac863518244998c72a4f21ff4d604c))

## [3.0.0-alpha.16](https://git.griefed.de/Griefed/ServerPackCreator/compare/3.0.0-alpha.15...3.0.0-alpha.16) (2022-01-18)


### 👀 Reverts

Expand Down
24 changes: 12 additions & 12 deletions backend/main/resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ A list of known issues can be found in [Known Issues](https://github.com/Griefed
4. Set a suffix for the server pack to be generated.
5. And much more!
10. **Webservice**
1. Generate a server pack from zipped up modpacks.
2. All generated server packs available for download to everyone.
1. Generate a server pack from zipped up modpacks.
2. All generated server packs available for download to everyone.
11. **Addons!**
1. Users can provide addons which will be executed after the generation of a server pack. Add them to the `addons`-directory.
2. Example addon at [ServerPackCreatorExampleAddon](https://github.com/Griefed/ServerPackCreatorExampleAddon)
1. Users can provide addons which will be executed after the generation of a server pack. Add them to the `addons`-directory.
2. Example addon at [ServerPackCreatorExampleAddon](https://github.com/Griefed/ServerPackCreatorExampleAddon)

# 3. Versions

Expand Down Expand Up @@ -304,7 +304,7 @@ de.griefed.serverpackcreator.curseforge.api.token=
| de.griefed.serverpackcreator.configuration.directories.mustinclude | List of directories which must be included in a server pack. |
| de.griefed.serverpackcreator.curseforge.api.token | CurseAPI token used for generating server packs from CurseForge projects. |

# 5.1.2 Default `application.properties`
# 5.1.2 Default `application.properties`

`application.properties`
```properties
Expand Down Expand Up @@ -715,13 +715,13 @@ A short excerpt:
>
> 1. Fork ServerPackCreator
> 2. Create a new branch in your fork, following one of the following naming schemes:
> 1. The end of each branch name bust be suffixed with a one-word description fitting the changes made. Examples:
> - griefed_chore_readme
> 1. The end of each branch name bust be suffixed with a one-word description fitting the changes made. Examples:
> - griefed_chore_readme
> - griefed_perf_curseforgemodpack
> - griefed_feat_ziparchive
> 2. For more details on what the naming scheme entails, see `.releaserc.yml` in the base directory of the repository or scroll down to the **Commits**-section.
> 3. Schemes:
> 1. your_username_breaking_
> 1. your_username_breaking_
> 2. your_username_build_
> 3. your_username_chore_
> 4. your_username_ci_
Expand All @@ -735,13 +735,13 @@ A short excerpt:
> 12. your_username_test_
> 13. your_username_other_
> 3. Make your changes to your new branch:
> 1. Try to keep the changes atomic, so they best fit the name of the branch.
> 1. Try to keep the changes atomic, so they best fit the name of the branch.
> 2. Follow conventional commit messages. See **Commits**-section for more details. Example:
> - feat: Allow upload of modpack-export zip-archive to web-frontend
> - feat: Allow upload of modpack-export zip-archive to web-frontend
> - refactor: Use apache commons-io for copying, instead of Files
> 4. Open an issue on the main repository, using the **Pull Request** template:
> 1. Issue title: Your Username - Branch type (e.g. feat) - Short description of your changes. Example:
> - Griefed - feat - Allow upload of modpack-export zip-archive to web-frontend
> 1. Issue title: Your Username - Branch type (e.g. feat) - Short description of your changes. Example:
> - Griefed - feat - Allow upload of modpack-export zip-archive to web-frontend
> 2. Issue description: Fill in the sections the template provide.
> 3. Submit the new issue
> 5. I will then create a new branch in the main repository, with the same name as your branch, to which you will **then** create a pull request to.
Expand Down

0 comments on commit 5ad512e

Please sign in to comment.