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.14.2 .releaserc.json
handlebarsjs-0.14.1 .releaserc.json
handlebarsjs-0.14.0 .releaserc.json
handlebarsjs-0.13.1 .releaserc.json
handlebarsjs-0.13.0 .releaserc.json
handlebarsjs-0.12.0 .releaserc.json
handlebarsjs-0.11.3 .releaserc.json
handlebarsjs-0.11.2 .releaserc.json
handlebarsjs-0.11.1 .releaserc.json
handlebarsjs-0.11.0 .releaserc.json
handlebarsjs-0.10.0 .releaserc.json
handlebarsjs-0.9.0 .releaserc.json
handlebarsjs-0.8.0 .releaserc.json
handlebarsjs-0.7.0 .releaserc.json
handlebarsjs-0.6.3 .releaserc.json
handlebarsjs-0.6.2 .releaserc.json
handlebarsjs-0.6.1 .releaserc.json
handlebarsjs-0.6.0 .releaserc.json
handlebarsjs-0.5.7 .releaserc.json
handlebarsjs-0.5.6 .releaserc.json