Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add semantic release and hotfix flow #163

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

rackstar
Copy link
Contributor

@rackstar rackstar commented Jan 17, 2025

Description

  • add conventional-recommended-bump and conventional-bump-setup.js for bump-command
  • add merge-to-dev-or-hotfix.yml
  • ff-release-candidate-to-master.yml
    • does the git tag
    • rebases dev and hotfix branches
  • drop merge-to-master.yml
  • upgrade / clean up dependencies

Testing

Manually tested flows in test-ci repo

Checklist

  • Performed a self-review of my own code
  • Made corresponding changes to the documentation

@rackstar rackstar requested review from shark0der and MilGard91 and removed request for shark0der January 17, 2025 11:05
@rackstar rackstar self-assigned this Jan 17, 2025
@rackstar rackstar changed the base branch from dev to chore/pricing-parameter-adjustments January 17, 2025 11:05
Base automatically changed from chore/pricing-parameter-adjustments to dev January 17, 2025 11:33
* add tag-version step
* add attempt-ff-dev step, if not possible to ff do rebase
* add ff-hotfix step
@rackstar rackstar force-pushed the ci/add-semantic-release-and-hotfix-flow branch from 2c0b04d to 6f01d92 Compare January 20, 2025 18:44
…ency

* its already a default plugin of semantic-commit
@rackstar rackstar force-pushed the ci/add-semantic-release-and-hotfix-flow branch from 734d6ba to d837072 Compare January 22, 2025 16:41
@rackstar rackstar force-pushed the ci/add-semantic-release-and-hotfix-flow branch from d837072 to 2a49f58 Compare January 23, 2025 08:48
@@ -49,12 +50,11 @@
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no longer needed:

standard/standard#1316

"husky": "^9.1.6",
"mocha": "^10.2.0",
"nodemon": "^3.1.2",
"nyc": "^15.1.0",
"sinon": "^15.0.2",
"supertest": "^6.3.4"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes superagent sub dependency vulnerability

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: TODO
Development

Successfully merging this pull request may close these issues.

1 participant