Skip to content

Commit

Permalink
Update packages CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Jan 17, 2024
1 parent c3ffefe commit 5b61992
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 34 deletions.
17 changes: 0 additions & 17 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-01-17)


### Reverts

* Revert "Publish" ([5a96eab](https://github.com/TryQuiet/quiet/commit/5a96eab6aabb3efdcf0c8f32428a106d40c0f186))
* Revert "Update packages CHANGELOG.md" ([60edd5f](https://github.com/TryQuiet/quiet/commit/60edd5f509914427bd8fc6e3fc3138adada13eda))





[2.0.1]

# Fixes:
Expand Down
17 changes: 0 additions & 17 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-01-17)


### Reverts

* Revert "Publish" ([5a96eab](https://github.com/TryQuiet/quiet/commit/5a96eab6aabb3efdcf0c8f32428a106d40c0f186))
* Revert "Update packages CHANGELOG.md" ([60edd5f](https://github.com/TryQuiet/quiet/commit/60edd5f509914427bd8fc6e3fc3138adada13eda))





[2.0.1]

# Fixes:
Expand Down
8 changes: 8 additions & 0 deletions remtags.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Get all tags containing a specific string
TAGS=$(git tag -l '[email protected]*')

# Delete all matching tags
for tag in $TAGS; do
git tag -d $tag
git push origin :refs/tags/$tag
done

0 comments on commit 5b61992

Please sign in to comment.