Skip to content

Commit bb4671e

Browse files
author
sgkens
committed
🎨 improve: Improve structure / format of the code.
🧰 Build: patch πŸ“œ NOTES: ✏ Updated class variables - fixed spelling \ ✏ updated module config \ ✏ Updated Types \ ✏ moved none module scripts to tools \
1 parent fc672b0 commit bb4671e

File tree

8 files changed

+132
-3098
lines changed

8 files changed

+132
-3098
lines changed

β€ŽCommitFusion-Logic.excalidrawβ€Ž

Lines changed: 0 additions & 2896 deletions
This file was deleted.

β€ŽCommitFusion.psd1β€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = 'CommitFusion.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '0.3.1.0'
7+
ModuleVersion = '0.3.2.0'
88

99
# Supported PSEditions
1010
# CompatiblePSEditions = @()
@@ -22,7 +22,7 @@ CompanyName = 'davilion'
2222
Copyright = '2023 sgkens. All rights reserved.'
2323

2424
# Description of the functionality provided by this module
25-
Description = 'Commit-Fusion - Conventional Commit Generator'
25+
Description = 'Conventional Commit Message Generator'
2626

2727
# Minimum version of the PowerShell engine required by this module
2828
PowerShellVersion = '7.0'
@@ -108,10 +108,10 @@ PrivateData = @{
108108
ProjectUri = 'https://github.com/sgkens/commitfusion.git'
109109

110110
# A URL to an icon representing this module.
111-
IconUri = 'https://gitlab.lab.davilion.online.tk/sgkens/resources/-/blob/main/modules/CommitFusion/dist/v1/ccommits-logo_GitIcon_51.20dpi.png'
111+
IconUri = 'https://raw.githubusercontent.com/sgkens/resources/main/modules/CommitFusion/dist/v2/commitfusion-icon-x128.png'
112112

113113
# ReleaseNotes of this module
114-
ReleaseNotes = 'https://gitlab.lab.davilion.online.tk/powershell/commitfusion/-/blob/main/Releases.md'
114+
ReleaseNotes = 'https://github.com/sgkens/commitfusion'
115115

116116
# Prerelease string of this module
117117
# Prerelease = 'beta'
@@ -127,7 +127,7 @@ PrivateData = @{
127127
} # End of PrivateData hashtable
128128

129129
# HelpInfo URI of this module
130-
# HelpInfoURI = ''
130+
HelpInfoURI = 'https://github.com/sgkens/commitfusion/blob/main/README.md'
131131

132132
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
133133
# DefaultCommandPrefix = ''

β€ŽGitMojis-Ref.ps1β€Ž

Lines changed: 0 additions & 112 deletions
This file was deleted.

β€Žcommit-helper.ps1β€Ž

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
Β (0)