Skip to content

Commit

Permalink
ci: remove hardcoded version value in the release-please gh action (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
inigomarquinez committed Jun 27, 2023
1 parent 304e54b commit cdf31cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
20 changes: 0 additions & 20 deletions .github/pull_request_template.md

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
package-name: '@onebeyond/license-checker'
changelog-types: '[{ "type": "feat", "section": "🆕 Features", "hidden": false },{ "type": "fix", "section": "🐛 Bug Fixes", "hidden": false },{ "type": "chore", "section": "🔧 Others", "hidden": false },{ "type": "docs", "section": "📝 Docs", "hidden": false },{ "type": "style", "section": "🎨 Styling", "hidden": false },{ "type": "refactor", "section": "🔄 Code Refactoring", "hidden": false },{ "type": "perf", "section": "📈 Performance Improvements", "hidden": false },{ "type": "test", "section": "🔬 Tests", "hidden": false },{ "type": "ci", "section": "☁️ CI", "hidden": false }]'
monorepo-tags: 'true' # we need to include this to avoid having duplicated releases with the old version
release-as: '1.0.0' # remove this once the first version is released
bootstrap-sha: '4e049e3dbe6606d8dd40a86a77d75d1cc59792e8' # remove this once the first version is released

npm-publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cdf31cd

Please sign in to comment.