Skip to content

Commit

Permalink
README: Refactor release sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcormier committed Jan 29, 2025
1 parent 3d9a4e2 commit e0d75b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ docker exec -it redmine bash
- Commands to run to update image to next redmine release, examples are from 6.0.2 to 6.0.2
```bash
sed -i 's/6.0.2/6.0.2/g' VERSION README.md docker-compose-memcached.yml docker-compose-mysql.yml docker-compose-ssl.yml docker-compose-sqlite3.yml docker-compose-mariadb.yml Dockerfile docker-compose.yml
sed -i 's/6.0.2/6.0.2/g' VERSION README.md docker-compose* Dockerfile
vim Changelog.md # Update change log
make test-release # Runs the following
# sudo rm -rf /srv/docker/redmine/ # Clean old run
Expand Down

0 comments on commit e0d75b7

Please sign in to comment.