@govbr-ds/release-config 1.1.0-alpha.3 → 1.1.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/shared.config.js +4 -4
package/package.json
CHANGED
package/shared.config.js
CHANGED
|
@@ -100,10 +100,10 @@ module.exports = {
|
|
|
100
100
|
commitsSort: ['subject', 'scope'],
|
|
101
101
|
finalizeContext: (context) => {
|
|
102
102
|
const date = new Date()
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
103
|
+
context.date = date.toLocaleString('pt-BR', {
|
|
104
|
+
timeZone: 'America/Sao_Paulo',
|
|
105
|
+
dateStyle: 'short',
|
|
106
|
+
})
|
|
107
107
|
return context
|
|
108
108
|
},
|
|
109
109
|
},
|