See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
const { | |
PermissionFlagsBits, | |
WebhookClient, | |
EmbedBuilder | |
} = require('discord.js'); | |
module.exports = class WebhookHandler { | |
constructor(client) { | |
this.webhooks = new Map(); | |
this.webhookModel = require('../util/Models/webhookCache'); |
const {EmbedBuilder} = require('discord.js'); | |
const mom = require("moment-timezone"); | |
const {ChalkAdvanced} = require("chalk-advanced"); | |
const CronJob = require('cron').CronJob; | |
module.exports = class DailyMessage { | |
constructor(c) { | |
this.c = c; | |
} |
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
This GitHub Actions workflow automates the process of building your project and updating the build files in the main branch. It's triggered on pushes to the main branch that affect files in the src/
directory, or manually via workflow dispatch.
main
branch (only when files in src/
are changed)