Skip to content

Commit

Permalink
Updated directions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jermnelson committed May 30, 2019
1 parent 53cf207 commit bd019b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,18 @@ $ cluster_arn=$(aws ecs list-clusters --region us-west-2 --profile $AWS_PROFILE
$ aws ecs update-service --service sinopia-homepage --region us-west-2 --cluster $cluster_arn --task-definition $task_arn --force-new-deployment --profile $AWS_PROFILE
```

## Release Management
The steps to create a tagged release of the Sinopia's Linked Data Editor are as follows:

1. Update the version in `package.json`
1. Publish the version to npm registry by issuing `npm publish` command in the root projects
directory. (Requires publishing rights to the project in the npmjs.com registry)
1. Create a Github annotated tag and push up to the project's
[releases](https://github.com/LD4P/sinopia_editor/releases) page along with release notes
1. Build a tagged Docker image i.e. `docker build -t ld4p/sinopia_editor:{version} .`
1. Push the tagged version to Dockerhub with `docker push ld4p/sinopia_editor:{version}`,
See [documentation](#building-latest-docker-image) for more information

# LD4P's fork of the BIBFRAME Editor
The Sinopia Editor is forked from [https://github.com/lcnetdev/bfe][BFE_GIT].

Expand Down

0 comments on commit bd019b2

Please sign in to comment.