Skip to content

Commit 650ef3a

Browse files
committed
chore(release): set version 0.14.0 and regenerate skills
Made-with: Cursor
1 parent 2e384b3 commit 650ef3a

File tree

276 files changed

+278
-275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+278
-275
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- **Rules:**
2424
- Created an ADR to drop support for Rules in favor of Skills.
2525

26+
- **Examples:**
27+
- Reduce CI Pipeline times, removing non essential examples
28+
2629
## [0.13.0] 2026-03-30
2730

2831
### Added

documentation/MAINTENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Review that the list doesn´t any broken link to @/.cursor with .md files
1616
Can you update the current changelog for 0.14.0 comparing git commits in relation to 0.13.0 tag. Use @https://keepachangelog.com/en/1.1.0/ rules
1717

1818
#Bump to a new snapshot
19-
@resources/ update version to 0.14.0 and pom.xml and maven modules
19+
@resources/ update version to 0.14.0 and pom.xml, maven modules and finally regenerate the skills
2020
```
2121
2222
## Release process

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>info.jab</groupId>
99
<artifactId>cursor-rules-java</artifactId>
10-
<version>0.14.0-SNAPSHOT</version>
10+
<version>0.14.0</version>
1111
<packaging>pom</packaging>
1212
<name>cursor-rules-java</name>
1313
<description>The project provides a curated collection of System prompts and Skills for modern

site-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>info.jab</groupId>
1010
<artifactId>cursor-rules-java</artifactId>
11-
<version>0.14.0-SNAPSHOT</version>
11+
<version>0.14.0</version>
1212
</parent>
1313

1414
<artifactId>cursor-rules-java-site</artifactId>

skills-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>info.jab</groupId>
99
<artifactId>cursor-rules-java</artifactId>
10-
<version>0.14.0-SNAPSHOT</version>
10+
<version>0.14.0</version>
1111
</parent>
1212

1313
<groupId>info.jab.pml</groupId>

skills-generator/src/main/resources/skills/001-skill.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
id="001-skills">
55
<metadata>
66
<author>Juan Antonio Breña Moral</author>
7-
<version>0.14.0-SNAPSHOT</version>
7+
<version>0.14.0</version>
88
<license>Apache-2.0</license>
99
<description>Use when you need to generate a checklist document with Java system prompts, following the embedded template exactly and producing SYSTEM-PROMPTS-JAVA.md in the project root.</description>
1010
</metadata>

skills-generator/src/main/resources/skills/002-skill.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
interactive="true">
66
<metadata>
77
<author>Juan Antonio Breña Moral</author>
8-
<version>0.14.0-SNAPSHOT</version>
8+
<version>0.14.0</version>
99
<license>Apache-2.0</license>
1010
<description>Use when you need to install the embedded robot agents into either .cursor/agents or .claude/agents, selecting the destination interactively and copying the embedded agent definitions from project assets.</description>
1111
</metadata>

skills-generator/src/main/resources/skills/012-skill.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
interactive="true">
66
<metadata>
77
<author>Juan Antonio Breña Moral</author>
8-
<version>0.14.0-SNAPSHOT</version>
8+
<version>0.14.0</version>
99
<license>Apache-2.0</license>
1010
<description>Guides the creation of agile epics with comprehensive definition including business value, success criteria, and breakdown into user stories. Use when the user wants to create an agile epic, define large bodies of work, break down features into user stories, or document strategic initiatives.</description>
1111
</metadata>

skills-generator/src/main/resources/skills/013-skill.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
interactive="true">
66
<metadata>
77
<author>Juan Antonio Breña Moral</author>
8-
<version>0.14.0-SNAPSHOT</version>
8+
<version>0.14.0</version>
99
<license>Apache-2.0</license>
1010
<description>Guides the creation of detailed agile feature documentation from an existing epic. Use when the user wants to split an epic into feature files, derive features with scope and acceptance criteria, or plan feature documentation for stakeholders or engineering.</description>
1111
</metadata>

skills-generator/src/main/resources/skills/014-skill.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
interactive="true">
66
<metadata>
77
<author>Juan Antonio Breña Moral</author>
8-
<version>0.14.0-SNAPSHOT</version>
8+
<version>0.14.0</version>
99
<license>Apache-2.0</license>
1010
<description>Guides the creation of agile user stories and Gherkin feature files. Use when the user wants to create a user story, write acceptance criteria, define Gherkin scenarios, or author BDD feature files.</description>
1111
</metadata>

0 commit comments

Comments
 (0)