Sha256: aac20ed617efc32b6fbfe5430b44ed39b650b3db98a3a84019d329cf0cc67729

Contents?: true

Size: 847 Bytes

Versions: 32

Compression:

Stored size: 847 Bytes

Contents

{
  "branches": [
    "main"
  ],
  "plugins": [
    "@semantic-release/commit-analyzer",
    "@semantic-release/release-notes-generator",
    [
      "@semantic-release/npm",
      {
        "npmPublish": false
      }
    ],
    [
      "@klueless-js/semantic-release-rubygem",
      {
        "gemPublish": true
      }
    ],
    [
      "@semantic-release/changelog",
      { 
        "changelogFile": "CHANGELOG.md",
        "changelogFileTitle": "Handlebarsjs Changelog"
      }
    ],
    [
      "@semantic-release/git",
      {
        "assets": [
          "lib/handlebarsjs/version.rb",
          "CHANGELOG.md"
        ],
        "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
      }
    ],
    "@semantic-release/github"
  ],
  "repositoryUrl": "git@github.com:klueless-io/handlebarsjs.git"
}

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
handlebarsjs-0.5.5 .releaserc.json
handlebarsjs-0.5.4 .releaserc.json
handlebarsjs-0.5.3 .releaserc.json
handlebarsjs-0.5.2 .releaserc.json
handlebarsjs-0.5.1 .releaserc.json
handlebarsjs-0.5.0 .releaserc.json
handlebarsjs-0.4.0 .releaserc.json
handlebarsjs-0.3.0 .releaserc.json
handlebarsjs-0.2.0 .releaserc.json
handlebarsjs-0.1.2 .releaserc.json
handlebarsjs-0.1.1 .releaserc.json
handlebarsjs-0.1.0 .releaserc.json