Skip to content

Commit

Permalink
πŸ”§ chore: update version to 1.2024.9beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Dec 2, 2024
1 parent 1b8ac1a commit d45157e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
33 changes: 17 additions & 16 deletions CONVENTIONAL_COMMIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,23 @@ The subject contains succinct description of the change:

Each Gitmoji corresponds to a specific type of change:

| Emoji | Description | Conventional Commit Type |
|---------|--------------------------------------|----------------------------|
| ✨ | Introducing new features | `feat` |
| πŸ› | Fixing a bug | `fix` |
| πŸ“ | Writing or updating documentation | `docs` |
| 🎨 | Improving code structure/style | `style` |
| ♻️ | Refactoring code | `refactor` |
| ⚑️ | Improving performance | `perf` |
| βœ… | Adding or updating tests | `test` |
| πŸ”§ | Changes to configuration files | `chore` |
| πŸš€ | Deployment-related changes | `chore` |
| πŸ”’ | Fixing security issues | `fix` |
| 🌱 | Adding or updating a seed file | `chore` |
| πŸ”₯ | Removing code or files | `chore` |
| 🚧 | Work in progress (WIP) | `chore` |
| πŸ“¦οΈ | Add or update compiled files or packages| `chore` |
| Emoji | Description | Conventional Commit Type |
|---------|--------------------------------------------|----------------------------|
| ✨ | Introducing new features | `feat` |
| πŸ› | Fixing a bug | `fix` |
| πŸ“ | Writing or updating documentation | `docs` |
| 🎨 | Improving code structure/style | `style` |
| ♻️ | Refactoring code | `refactor` |
| ⚑️ | Improving performance | `perf` |
| βœ… | Adding or updating tests | `test` |
| πŸ”§ | Changes to configuration files | `chore` |
| πŸš€ | Deployment-related changes | `chore` |
| πŸ”’ | Fixing security issues | `fix` |
| 🌱 | Adding or updating a seed file | `chore` |
| πŸ”₯ | Removing code or files | `chore` |
| 🚧 | Work in progress (WIP) | `chore` |
| πŸ“¦οΈ | Add or update compiled files or packages | `chore` |
| βš—οΈ | Perform experiments | `chore` |

#### Guidelines for Using Gitmoji
- Place the corresponding emoji at the beginning of the **description** in the commit message header.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Warning, "version" should be the same in gradle.properties and Version.java
# Any idea anyone how to magically synchronize those :-) ?
version = 1.2024.9beta4
version = 1.2024.9beta5
org.gradle.workers.max = 3
2 changes: 1 addition & 1 deletion src/net/sourceforge/plantuml/version/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class Version {

// Warning, "version" should be the same in gradle.properties and Version.java
// Any idea anyone how to magically synchronize those :-) ?
private static final String version = "1.2024.9beta4";
private static final String version = "1.2024.9beta5";

public static String versionString() {
return version;
Expand Down

0 comments on commit d45157e

Please sign in to comment.