Skip to content

Commit

Permalink
fix: updating release order
Browse files Browse the repository at this point in the history
  • Loading branch information
castastrophe committed May 26, 2023
1 parent 144d7a1 commit 704eef2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 44 deletions.
21 changes: 10 additions & 11 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"ci": true,
"branches": [
{ "name": "+([0-9])?(.{+([0-9]),x}).x", "range": "1.x.x", "channel": "v1" },
"main",
Expand All @@ -15,9 +16,15 @@
}
],
[
"@semantic-release/npm",
"@semantic-release/github",
{
"npmPublish": false
"assets": [
"bin/index.js",
"CHANGELOG.md",
"README.md",
"package.json",
"yarn.lock"
]
}
],
[
Expand All @@ -30,15 +37,7 @@
"package.json",
"yarn.lock"
],
"message": "chore: release ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
"assets": [{
"path": "bin"
}]
"message": "chore: release <%= nextRelease.version %> - <%= new Date().toLocaleDateString('en-US', {year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' }) %> [skip ci]\n\n<%= nextRelease.notes %>"
}
]
]
Expand Down
27 changes: 0 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.



# [1.1.0](https://github.com/castastrophe/actions-pr-auto-update/compare/v1.0.1...v1.1.0) (2023-05-26)


### Bug Fixes

* Clean up documentation formatting ([f121bb3](https://github.com/castastrophe/actions-pr-auto-update/commit/f121bb3cc267de17b916b296f19e7cb5e087fc61))
* pass in expected sha for update branch ([d6af7cb](https://github.com/castastrophe/actions-pr-auto-update/commit/d6af7cb3a51d40213690d600f2f269a26271bfe2))
* repair invalid variable ([fec37eb](https://github.com/castastrophe/actions-pr-auto-update/commit/fec37eb9b8133b4e21ab6765f73433c78f4d164b))
* resolve GITHUB_TOKEN error ([6f1679e](https://github.com/castastrophe/actions-pr-auto-update/commit/6f1679eb736ad2d120e597c5809c3b50f5f76854))
* standardize token structure ([4992fe6](https://github.com/castastrophe/actions-pr-auto-update/commit/4992fe610e39282e73f5605109cc3d38886917e7))
* updating release logic ([3d47bfa](https://github.com/castastrophe/actions-pr-auto-update/commit/3d47bfaf9f4fde317d906f3528d760bcbc2e8c06))
* version out of sync ([e70cc5e](https://github.com/castastrophe/actions-pr-auto-update/commit/e70cc5e6d6e40d564a9bab163543024de477bc74))


### Features

* add config settings to action ([#1](https://github.com/castastrophe/actions-pr-auto-update/issues/1)) ([c52e399](https://github.com/castastrophe/actions-pr-auto-update/commit/c52e399a87703428f67136373cd5a6eb86ff6fe2))
* enhanced error reporting ([da4f565](https://github.com/castastrophe/actions-pr-auto-update/commit/da4f56553a0bf272b94cdfcdaddec3aba264c70b))
* fix semantic release order of tasks ([be1a27c](https://github.com/castastrophe/actions-pr-auto-update/commit/be1a27c4e4105b3b49c7900555b8b31b26f2c368))
* more extensive console reporting added ([ddaa83b](https://github.com/castastrophe/actions-pr-auto-update/commit/ddaa83b0185d54fca0664b5849f8d86ba7e2e03d))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.1.0](https://github.com/castastrophe/actions-pr-auto-update/compare/v1.0.1...v1.1.0) (2023-05-26)
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^10.0.2",
"@semantic-release/release-notes-generator": "^11.0.1",
"@types/jest": "^29.5.1",
"@types/node": "^20.2.3",
"@typescript-eslint/eslint-plugin": "^5.59.7",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@
micromatch "^4.0.0"
p-reduce "^2.0.0"

"@semantic-release/github@^8.0.0", "@semantic-release/github@^8.0.7":
"@semantic-release/github@^8.0.0":
version "8.0.7"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-8.0.7.tgz#643aee7a5cdd2acd3ae643bb90ad4ac796901de6"
integrity sha512-VtgicRIKGvmTHwm//iqTh/5NGQwsncOMR5vQK9pMT92Aem7dv37JFKKRuulUsAnUOIlO4G8wH3gPiBAA0iW0ww==
Expand Down Expand Up @@ -1320,7 +1320,7 @@
semver "^7.1.2"
tempy "^3.0.0"

"@semantic-release/release-notes-generator@^11.0.0", "@semantic-release/release-notes-generator@^11.0.1":
"@semantic-release/release-notes-generator@^11.0.0":
version "11.0.1"
resolved "https://registry.yarnpkg.com/@semantic-release/release-notes-generator/-/release-notes-generator-11.0.1.tgz#38a7d66e9a762915bea36a006dbb2d41fbcb4a66"
integrity sha512-4deWsiY4Rg80oc9Ms11N20BIDgYkPMys4scNYQpi2Njdrtw5Z55nXKNsUN3kn6Sy/nI9dqqbp5L63TL4luI5Bw==
Expand Down

0 comments on commit 704eef2

Please sign in to comment.