Skip to content

Commit a9a7aa8

Browse files
committed
fix: repair broken rake task list
Signed-off-by: Robert Waffen <[email protected]>
1 parent 0554440 commit a9a7aa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ rake module:bump_to_version[new_version]
6767
rake module:clean # Runs clean again
6868
rake module:dependency[module_name,version] # Set specific module dependency version
6969
rake module:push # Push module to the Puppet Forge
70-
rake module:release # Release the Puppet module, doing a clean, build, bump_commit...
70+
rake module:release # Release the Puppet module, doing a clean, build, bump_commit, tag, push and git push
7171
rake module:tag # Git tag with the current module version
7272
rake module:version # Get current module version
7373
rake module:version:next # Get next module version
7474
rake module:version:next:major # Get the next MAJOR version
7575
rake module:version:next:minor # Get the next MINOR version
7676
rake module:version:next:patch # Get the next PATCH version
77-
rake parallel_spec # Run spec tests in parallel and clean the fixtures directory ...
77+
rake parallel_spec # Run spec tests in parallel and clean the fixtures directory if successful
7878
rake parallel_spec_standalone # Parallel spec tests
7979
rake r10k:dependencies # Print outdated forge modules
8080
rake r10k:deprecation # Validate that no forge modules are deprecated
@@ -86,7 +86,7 @@ rake r10k:syntax
8686
rake r10k:validate # Validate the git urls and branches, refs, or tags
8787
rake release # Release via GitHub Actions
8888
rake release:prepare # Prepare a release
89-
rake release_checks # Runs all necessary checks on a module in preparation for a r...
89+
rake release_checks # Runs all necessary checks on a module in preparation for a release
9090
rake rubocop # Run RuboCop
9191
rake rubocop:autocorrect # Autocorrect RuboCop offenses (only when it's safe)
9292
rake rubocop:autocorrect_all # Autocorrect RuboCop offenses (safe and unsafe)

0 commit comments

Comments
 (0)