Skip to content

Commit

Permalink
Merge pull request #4 from scality/improvement/ARTESCA-6420-use-httpa…
Browse files Browse the repository at this point in the history
…gent-repo-name

ARTESCA-6420: replace arsenal-networking with httpagent
  • Loading branch information
williamlardier authored Dec 7, 2022
2 parents 34e20e7 + 264d776 commit fed06b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Verify if tag is valid
runs-on: ubuntu-latest
steps:
- name: Checkout arsenal-networking repository
- name: Checkout httpagent repository
uses: 'actions/checkout@v3'
with:
ref: ${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Arsenal-Networking
# HttpAgent

## How to release ARSNN

Expand All @@ -7,7 +7,7 @@ To release a ARSNN version:
- Bump the project version in `package.json` in a PR and merge it.

- When the PR is merged, trigger the
[Release Workflow](https://github.com/scality/arsenal-networking/actions/workflows/release.yaml)
[Release Workflow](https://github.com/scality/httpagent/actions/workflows/release.yaml)
via the workflow dispatch function. Use the `development/*` branch.

- You MUST fill the form with a tag. The new version you enter MUST be a valid
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "arsenal-networking",
"version": "1.0.0",
"name": "httpagent",
"version": "1.0.1",
"engines": {
"node": ">=16"
},
"description": "A utility library for networking",
"main": "build/index.js",
"repository": "git@github.com:scality/arsenal-networking.git",
"repository": "git@github.com:scality/httpagent.git",
"author": "Scality Inc.",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit fed06b3

Please sign in to comment.