Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Mar 3, 2024
1 parent b714d87 commit ce31e2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

---

>[!NOTE]
> Version `0.7` will be a standalone CLI application and will no longer require Robo to run.
## What is it?

A tool to assemble a code artifact from your codebase, eliminate unwanted files,
Expand All @@ -35,7 +38,7 @@ be developed in a separate (source) repository, compiled into an artifact either
locally or via CI, and then transferred to the hosting provider's version
control system (destination repository).

This tool facilitates such processes seamlessly: it uses a .gitignore.deployment
This tool facilitates such processes seamlessly: it uses a `.gitignore.deployment`
file to determine which files should be transferred to the destination
repository, ensuring only necessary files are included and leaving out those
specified by the ignore file.
Expand Down Expand Up @@ -63,7 +66,7 @@ existing history in the destination repository.
Forwarding all changes from the source repository to the destination
repository as-is for every branch: for example, a commit in the source
repository branch `feature/123` would create a commit in the destination
repository branch `feature/123`. The following commits in the source repository
repository branch `feature/123`. The next commit to the source repository
branch `feature/123` would update the destination repository branch
`feature/123` with the changes, but would overwrite the last "deployment"
commit.
Expand Down

0 comments on commit ce31e2b

Please sign in to comment.