Skip to content

Commit

Permalink
fix(workflow): set changelog.js export as js modules
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Feb 15, 2024
1 parent 6776fc3 commit 1a8aadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/config/changelog.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
types: [
{ types: ['feat', 'feature'], label: '🎉 Nouvelle fonctionalité' },
{ types: ['fix', 'bugfix'], label: '🐛 Réparation de bug' },
Expand Down

0 comments on commit 1a8aadc

Please sign in to comment.