Skip to content

Commit

Permalink
fix: semantic release process (#202)
Browse files Browse the repository at this point in the history
* enable semantic debug

* fix: remove debug

* try locking commit analyzer to older ver

* try debug

* fix: rule for breaking change

* fix: missing comma

* fix: try no releaserc file

* fix: put releaserc back

* fix: lock version again

* too many @

* lock plugin in releaserc file also

* missing the v

* try some locked versions

* fix changelog ver; move ver pinning to ci workflow

* lock conventional-changelog-conventionalcommits only

* revert

* also lock plugins in workflow

* fix: test locking versions in GH action only

* fix: syntax

* ci: only specify plugins not in default list

* chore(release): 1.0.0-beta.18 [skip ci]

## [1.0.0-beta.18](v1.0.0-beta.17...v1.0.0-beta.18) (2023-08-29)

### Bug Fixes

* syntax ([79ff84c](79ff84c))
* test locking versions in GH action only ([275bbcc](275bbcc))

---------

Co-authored-by: Dean Chi <21262275+deantchi@users.noreply.github.com>
Co-authored-by: CharlieC3 <2747302+CharlieC3@users.noreply.github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
  • Loading branch information
4 people authored Aug 29, 2023
1 parent fbc3604 commit 1bd3f74
Show file tree
Hide file tree
Showing 5 changed files with 22,357 additions and 12,194 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,19 +118,20 @@ jobs:
persist-credentials: false

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3.2.0
uses: cycjimmy/semantic-release-action@v3
id: semantic
# Only run on non-PR events or only PRs that aren't from forks
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
SEMANTIC_RELEASE_PACKAGE: ${{ github.event.repository.name }}
DEBUG: semantic-release:*
with:
semantic_version: 19
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
conventional-changelog-conventionalcommits
@semantic-release/changelog@6.0.3
@semantic-release/git@10.0.1
conventional-changelog-conventionalcommits@6.1.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"@semantic-release/changelog",
"@semantic-release/git"
]
}
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.0-beta.18](https://github.com/hirosystems/ordinals-api/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2023-08-29)


### Bug Fixes

* syntax ([79ff84c](https://github.com/hirosystems/ordinals-api/commit/79ff84c92c14b446a440610810a950144b066c97))
* test locking versions in GH action only ([275bbcc](https://github.com/hirosystems/ordinals-api/commit/275bbcc819fd6025ee8e3889dcdaabe0fb44fc49))

## [1.0.0-beta.16](https://github.com/hirosystems/ordinals-api/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2023-08-24)


Expand Down
Loading

0 comments on commit 1bd3f74

Please sign in to comment.