module.exports = {
  branches: [{ name: "main" }, { name: "next" }],
  plugins: ["@semantic-release/commit-analyzer"],
};